round

Contents

round#

Round to nearest integer

Added in version 0.3.0.

Op matx::round(Op t)#

Round every element in the tensor

Parameters:

t – Tensor or operator input

Examples#

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