torch_greater {torch} | R Documentation |
Greater
Description
Greater
Usage
torch_greater(self, other)
Arguments
self |
(Tensor) the tensor to compare |
other |
(Tensor or float) the tensor or value to compare |
greater(input, other, *, out=None) -> Tensor
Alias for torch_gt()
.
[Package torch version 0.13.0 Index]