Python wrappers
Public Python APIs implemented by this engine symbol.Base-10 logarithm: .
Composite over log_op + div_op. Materialises
as a same-shape constant so the divide does not need scalar broadcasting.
Gradient flows through LogBackward and DivBackward.
Math
See Also
log_op, log1p_op.
Parameters
aTensorImplPtrInput tensor. Domain: .
Returns
TensorImplPtrTensor of the same shape and dtype as a.
Notes
Inherits the precision of the underlying log_op; no specialised
base-10 kernel is used.