Rate this Page

Class InstanceNorm1d#

Inheritance Relationships#

Base Type#

Class Documentation#

class InstanceNorm1d : public torch::nn::ModuleHolder<InstanceNorm1dImpl>#

A ModuleHolder subclass for InstanceNorm1dImpl.

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

Public Types

using Impl = InstanceNorm1dImpl#