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