Class Sigmoid#
Defined in File activation.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< SigmoidImpl >(Template Class ModuleHolder)
Class Documentation#
-
class Sigmoid : public torch::nn::ModuleHolder<SigmoidImpl>#
A
ModuleHoldersubclass forSigmoidImpl.See the documentation for
SigmoidImplclass to learn what methods it provides, or the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = SigmoidImpl#
-
using Impl = SigmoidImpl#