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