>=.torch.Tensor: Is a tensor greater or equal than another tensor
Description
This generic is similar to torch$ge(a, b)
Usage
# S3 method for torch.Tensor
>=(a, b)
Arguments
a
tensor
b
tensor
Value
A tensor of booleans representing the logical result of the comparison.
False to represent 0, and True to represent 1 in a tensor of data type torch$uint8.