floor

Contents

floor#

Round down to nearest integer

Added in version 0.3.0.

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