not_equal_

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

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