Python wrappers
Public Python APIs implemented by this engine symbols.Numerically stable softmax along axis.
See Also
log_softmax_op : Numerically advantageous log-domain variant for downstream NLL / cross-entropy losses. SoftmaxBackward : Autograd node implementing the gradient rule.
Parameters
aTensorImplPtrInput logits.
axisintAxis along which to normalise. Negative values count from the end.
Returns
TensorImplPtrOutput probabilities with the same shape and dtype as a.