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