Not_equal
Source:R/gen-namespace-docs.R
, R/gen-namespace-examples.R
, R/gen-namespace.R
torch_not_equal.Rd
Not_equal
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()
.