le

dragon.vm.torch.le(
  input,
  other,
  out=None
)[source]

Compute the element-wise less-equal comparison.

\[\text{out} = (\text{input} \leq \text{other}) \]
Parameters:
Returns:

dragon.vm.torch.Tensor The output byte tensor.