torch_not_equal function

Not_equal

Not_equal

torch_not_equal(self, other)

Arguments

  • self: (Tensor) the tensor to compare
  • other: (Tensor or float) the tensor or value to compare

not_equal(input, other, *, out=None) -> Tensor

Alias for torch_ne().

  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14