round#

Computes the nearest integer value

Op matx::round(Op t)#

Round every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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