Class BatchNorm1d#
Defined in File batchnorm.h
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< BatchNorm1dImpl >(Template Class ModuleHolder)
Class Documentation#
-
class BatchNorm1d : public torch::nn::ModuleHolder<BatchNorm1dImpl>#
A
ModuleHoldersubclass forBatchNorm1dImpl.See the documentation for
BatchNorm1dImplclass to learn what methods it provides, and examples of how to useBatchNorm1dwithtorch::nn::BatchNorm1dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = BatchNorm1dImpl#
-
using Impl = BatchNorm1dImpl#