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
ModuleHolder
subclass forSoftplusImpl
.See the documentation for
SoftplusImpl
class to learn what methods it provides, and examples of how to useSoftplus
withtorch::nn::SoftplusOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = SoftplusImpl#
-
using Impl = SoftplusImpl#