Rate this Page

Class BatchNorm2d#

Inheritance Relationships#

Base Type#

Class Documentation#

class BatchNorm2d : public torch::nn::ModuleHolder<BatchNorm2dImpl>#

A ModuleHolder subclass for BatchNorm2dImpl.

See the documentation for BatchNorm2dImpl class to learn what methods it provides, and examples of how to use BatchNorm2d with torch::nn::BatchNorm2dOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = BatchNorm2dImpl#