Softmax2D 是 Softmax 的变体,其针对 3D 或者 4D 的 Tensor 在空间维度上计算 Softmax。具体来说,输出的 Tensor 的每个空间维度 \((channls, h_i, w_j)\) 求和为 1。
Tensor
Softmax 的详细介绍请参考 Softmax
name (str,可选) - 具体用法请参见 Name ,一般无需设置,默认值为 None。
input: 任意形状的 Tensor。 output: 和 input 具有相同形状的 Tensor。
input: 任意形状的 Tensor。
output: 和 input 具有相同形状的 Tensor。
COPY-FROM: paddle.nn.Softmax2D