ceil#

Computes the smallest integer not less than the input

Op matx::ceil(Op t)#

Compute the ceiling of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

(tov0 = ceil(tiv0)).run(exec);