round_

paddle.Tensor. round_ ( x, name=None )

Inplace version of round API, the output Tensor will be inplaced with input x. Please refer to round.