add_

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

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