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
ModuleHoldersubclass forELUImpl.See the documentation for
ELUImplclass to learn what methods it provides, and examples of how to useELUwithtorch::nn::ELUOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.