| 3491 | } |
| 3492 | |
| 3493 | XlaOp Rev(const XlaOp operand, absl::Span<const int64> dimensions) { |
| 3494 | return operand.builder()->Rev(operand, dimensions); |
| 3495 | } |
| 3496 | |
| 3497 | XlaOp Sort(absl::Span<const XlaOp> operands, const XlaComputation& comparator, |
| 3498 | int64 dimension, bool is_stable) { |