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
ModuleHolder
subclass forCELUImpl
.See the documentation for
CELUImpl
class to learn what methods it provides, and examples of how to useCELU
withtorch::nn::CELUOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.