Class SELU¶
Defined in File activation.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< SELUImpl >(Template Class ModuleHolder)
Class Documentation¶
-
class SELU : public torch::nn::ModuleHolder<SELUImpl>¶
A
ModuleHoldersubclass forSELUImpl.See the documentation for
SELUImplclass to learn what methods it provides, and examples of how to useSELUwithtorch::nn::SELUOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.