Class BatchNorm3d#
Defined in File batchnorm.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< BatchNorm3dImpl >(Template Class ModuleHolder)
Class Documentation#
-
class BatchNorm3d : public torch::nn::ModuleHolder<BatchNorm3dImpl>#
A
ModuleHoldersubclass forBatchNorm3dImpl.See the documentation for
BatchNorm3dImplclass to learn what methods it provides, and examples of how to useBatchNorm3dwithtorch::nn::BatchNorm3dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = BatchNorm3dImpl#
-
using Impl = BatchNorm3dImpl#