Class SoftsignImpl¶
Defined in File activation.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::Cloneable< SoftsignImpl >
(Template Class Cloneable)
Class Documentation¶
-
class SoftsignImpl : public torch::nn::Cloneable<SoftsignImpl>¶
Applies Softsign over a given input.
See https://pytorch.org/docs/main/nn.html#torch.nn.Softsign to learn about the exact behavior of this module.