Element-wise greater than comparison.
Arguments
- lhs, rhs
(
arrayish)
Arrayish values of any data type. Must have the same shape.
Value
arrayish
Has the same shape as the inputs and boolean data type.
It is ambiguous if both inputs are ambiguous.
StableHLO
Lowers to stablehlo::hlo_compare() with comparison_direction = "GT".
See also
nv_gt(), >