torch_greater_equal function

Greater_equal

Greater_equal

torch_greater_equal(self, other)

Arguments

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

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

Alias for torch_ge().

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