Class BatchNorm2d#
Defined in File batchnorm.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< BatchNorm2dImpl >
(Template Class ModuleHolder)
Class Documentation#
-
class BatchNorm2d : public torch::nn::ModuleHolder<BatchNorm2dImpl>#
A
ModuleHolder
subclass forBatchNorm2dImpl
.See the documentation for
BatchNorm2dImpl
class to learn what methods it provides, and examples of how to useBatchNorm2d
withtorch::nn::BatchNorm2dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = BatchNorm2dImpl#
-
using Impl = BatchNorm2dImpl#