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