| 3052 | } |
| 3053 | |
| 3054 | XlaOp Ge(const XlaOp lhs, const XlaOp rhs, |
| 3055 | absl::Span<const int64> broadcast_dimensions) { |
| 3056 | return Compare(lhs, rhs, broadcast_dimensions, ComparisonDirection::kGe); |
| 3057 | } |
| 3058 | |
| 3059 | XlaOp Gt(const XlaOp lhs, const XlaOp rhs, |
| 3060 | absl::Span<const int64> broadcast_dimensions) { |