floor#

Computes the largest integer not greater than the input

Op matx::floor(Op t)#

Compute the floor of every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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