Less
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()
.
Less
(Tensor) the tensor to compare
(Tensor or float) the tensor or value to compare
Alias for torch_lt()
.