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