gt

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

Compute the element-wise greater comparison.

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

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