Python wrappers
Public Python APIs implemented by this engine symbol.Element-wise ceiling — returns the smallest integer-valued tensor not less than a, with the same dtype as a.
Not differentiable: output is detached from the autograd graph.
Math
Shape
Output shape equals input shape (elementwise).
See Also
floor_op, round_op.
Parameters
aTensorImplPtrInput tensor. Integer dtypes are returned unchanged.
Returns
TensorImplPtrNew tensor with ceiled values; same shape, dtype, and device as a.