| 3038 | } |
| 3039 | |
| 3040 | XlaOp GetTupleElement(const XlaOp tuple_data, int64 index) { |
| 3041 | return tuple_data.builder()->GetTupleElement(tuple_data, index); |
| 3042 | } |
| 3043 | |
| 3044 | XlaOp Eq(const XlaOp lhs, const XlaOp rhs, |
| 3045 | absl::Span<const int64> broadcast_dimensions) { |