Element-wise greater than comparison. You can also use the > operator.
Arguments
- lhs, rhs
(
tensorish)
Left and right operand. Operands are promoted to a common data type. Scalars are broadcast to the shape of the other operand.
Value
tensorish
Has the same shape as the inputs and boolean data type.
See also
nvl_gt() for the underlying primitive.