mindspore.mint.nn.Softmax
=========================

.. py:class:: mindspore.mint.nn.Softmax(dim=None)

    将Softmax函数应用于n维输入Tensor。

    更多参考详见 :func:`mindspore.mint.nn.functional.softmax`。