Element-wise greater than or equal 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_ge() for the underlying primitive.