add_

paddle.Tensor. add_ ( x: Tensor, y: Tensor, name: str | None = None ) Tensor

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