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