Rate this Page

Class Tanh#

Inheritance Relationships#

Base Type#

Class Documentation#

class Tanh : public torch::nn::ModuleHolder<TanhImpl>#

A ModuleHolder subclass for TanhImpl.

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

Public Types

using Impl = TanhImpl#