Class Tanh¶
Defined in File activation.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< TanhImpl >(Template Class ModuleHolder)
Class Documentation¶
-
class Tanh : public torch::nn::ModuleHolder<TanhImpl>¶
A
ModuleHoldersubclass forTanhImpl.See the documentation for
TanhImplclass to learn what methods it provides, or the documentation forModuleHolderto learn about PyTorch’s module storage semantics.