renorm_

paddle. renorm_ ( x: Tensor, p: float, axis: int, max_norm: float ) Tensor [source]

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