not_equal_

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

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