torch_less function

Less

Less

torch_less(self, other)

Arguments

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

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

Alias for torch_lt().

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