softmax_

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

Inplace version of softmax API, the output Tensor will be inplaced with input x. Please refer to softmax.