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
ModuleHolder
subclass forTanhImpl
.See the documentation for
TanhImpl
class to learn what methods it provides, or the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.