Loading [Contrib]/a11y/accessibility-menu.js
\u200E
softmax_
-
paddle.nn.functional.
softmax_
(
x: Tensor,
axis: int = - 1,
dtype: DTypeLike | None = None,
name: str | None = None
)
→ Tensor
[source]
-
Inplace version of softmax
API, the output Tensor will be inplaced with input x
. Please refer to softmax.