multiply_

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

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