Rate this Page

Class Sigmoid#

Inheritance Relationships#

Base Type#

Class Documentation#

class Sigmoid : public torch::nn::ModuleHolder<SigmoidImpl>#

A ModuleHolder subclass for SigmoidImpl.

See the documentation for SigmoidImpl class to learn what methods it provides, or the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = SigmoidImpl#