Python wrappers
Public Python APIs implemented by this engine symbol.Pythagorean length: .
Composite over square_op + add_op + sqrt_op.
Naive formulation — does not perform IEEE-754 overflow-safe scaling
(i.e. no trick),
matching the engine's square_op precision.
Math
Parameters
a, bTensorImplPtrBroadcastable operands.
Returns
TensorImplPtrTensor on the broadcast shape; values .
Notes
Inputs near the float dtype's overflow threshold may lose precision —
prefer a dedicated hypot kernel for safety-critical paths.