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