Class Softplus#
Defined in File activation.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< SoftplusImpl >(Template Class ModuleHolder)
Class Documentation#
-
class Softplus : public torch::nn::ModuleHolder<SoftplusImpl>#
A
ModuleHoldersubclass forSoftplusImpl.See the documentation for
SoftplusImplclass to learn what methods it provides, and examples of how to useSoftpluswithtorch::nn::SoftplusOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = SoftplusImpl#
-
using Impl = SoftplusImpl#