Class ELU¶
Defined in File activation.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< ELUImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class ELU : public torch::nn::ModuleHolder<ELUImpl>¶
A
ModuleHolder
subclass forELUImpl
.See the documentation for
ELUImpl
class to learn what methods it provides, and examples of how to useELU
withtorch::nn::ELUOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.