Python wrappers
Public Python APIs implemented by this engine symbol.Round toward zero: .
Composite over greater_equal_op + where_op +
floor_op + ceil_op. Picks floor for non-negative
inputs and ceil for negatives. Both branches are piecewise constant,
so the gradient contribution is zero (matches the reference
framework's convention).
Math
See Also
floor_op, ceil_op, frac_op.
Parameters
aTensorImplPtrInput tensor.
Returns
TensorImplPtrTensor of the same shape and dtype as a.