round

Contents

round#

Round to nearest integer

Op matx::round(Op t)#

Round every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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