subtract_

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

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