Less_equal
torch_less_equal(self, other)
self
(Tensor) the tensor to compare
other
(Tensor or float) the tensor or value to compare
Alias for torch_le().
torch_le()