Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 244 Bytes

softmax__cn.rst

File metadata and controls

7 lines (5 loc) · 244 Bytes

softmax_

.. py:function:: paddle.nn.functional.softmax_(x, axis=-1, dtype=None, name=None)

Inplace 版本的 :ref:`cn_api_nn_cn_softmax` API,对输入 x 采用 Inplace 策略。