lerp_¶
- paddle.Tensor. lerp_ ( x, y, weight, name=None )
-
Inplace version of
lerp
API, the output Tensor will be inplaced with inputx
. Please refer to api_tensor_lerp.
Inplace version of lerp
API, the output Tensor will be inplaced with input x
. Please refer to api_tensor_lerp.