torch_greater_equal {torch} | R Documentation |
Greater_equal
Description
Greater_equal
Usage
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()
.
[Package torch version 0.13.0 Index]