Greater
torch_greater(self, other)
self
(Tensor) the tensor to compare
other
(Tensor or float) the tensor or value to compare
Alias for torch_gt().
torch_gt()