mindspore.mint.nn.Softmax ========================= .. py:class:: mindspore.mint.nn.Softmax(dim=None) 对n维输入tensor应用Softmax函数。 更多参考详见 :func:`mindspore.mint.nn.functional.softmax` 。