Class Identity#
Defined in File linear.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< IdentityImpl >
(Template Class ModuleHolder)
Class Documentation#
-
class Identity : public torch::nn::ModuleHolder<IdentityImpl>#
A
ModuleHolder
subclass forIdentityImpl
.See the documentation for
IdentityImpl
class to learn what methods it provides, or the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = IdentityImpl#
-
using Impl = IdentityImpl#