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