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