mindspore.ops.Softmax
======================
.. py:class:: mindspore.ops.Softmax(axis=-1)
在指定轴上使用Softmax函数做归一化操作。
更多参考详见 :func:`mindspore.ops.softmax`。