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