ceil

Contents

ceil#

Computes the smallest integer not less than the input

Added in version 0.3.0.

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);