Calculates the integer closest to each tensor element. For example, round(133.8) returns the value 134.
the input tensor
each tensor element rounded
Calculates the integer closest to each tensor element. For example, round(133.8) returns the value 134.