Rate this Page

Class BatchNorm1d#

Inheritance Relationships#

Base Type#

Class Documentation#

class BatchNorm1d : public torch::nn::ModuleHolder<BatchNorm1dImpl>#

A ModuleHolder subclass for BatchNorm1dImpl.

See the documentation for BatchNorm1dImpl class to learn what methods it provides, and examples of how to use BatchNorm1d with torch::nn::BatchNorm1dOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = BatchNorm1dImpl#