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