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