Python wrappers
Public Python APIs implemented by this engine symbol.Natural log of 1 + x: .
Composite over add_op + log_op. Inherits the underlying
log_op precision — does not provide the high-accuracy small-
behaviour of a dedicated log1p kernel. Gradient flows through
LogBackward and AddBackward.
Math
See Also
log_op, log10_op.
Parameters
aTensorImplPtrInput tensor. Domain: .
Returns
TensorImplPtrTensor of the same shape and dtype as a.
Notes
For accuracy degrades relative to libm's log1p —
catastrophic cancellation happens before the log is applied.