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