2022-03-05 14:18:41 +08:00
|
|
|
mindspore.ops.Softmax
|
|
|
|
|
======================
|
|
|
|
|
|
|
|
|
|
.. py:class:: mindspore.ops.Softmax(axis=-1)
|
|
|
|
|
|
2022-08-23 14:42:20 +08:00
|
|
|
在指定轴上使用Softmax函数做归一化操作。
|
2022-03-05 14:18:41 +08:00
|
|
|
|
2022-10-28 11:34:42 +08:00
|
|
|
更多参考详见 :func:`mindspore.ops.softmax` 。
|