sqrt_

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

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