softmax_

paddle.nn.functional.softmax_ ( x, axis=- 1, dtype=None, name=None ) [源代码]

Inplace 版本的 softmax API,对输入 x 采用 Inplace 策略 。