Python wrappers
Public Python APIs implemented by this engine symbol.Numerically-stable via the max-shift trick.
Composite over maximum_op + sub_op + exp_op +
add_op + log_op. Factoring out the per-pair max keeps
the exponent's argument so the underflow side bears the rounding
error rather than the overflow side.
Math
See Also
logsumexp_op — generalised reduction over axes.
Parameters
a, bTensorImplPtrBroadcastable operands.
Returns
TensorImplPtrTensor on the broadcast shape.