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
ModuleHolder
subclass forBatchNorm3dImpl
.See the documentation for
BatchNorm3dImpl
class to learn what methods it provides, and examples of how to useBatchNorm3d
withtorch::nn::BatchNorm3dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = BatchNorm3dImpl#
-
using Impl = BatchNorm3dImpl#