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