lerp_

paddle.Tensor. lerp_ ( x, y, weight, name=None )

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