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