| 3487 | } |
| 3488 | |
| 3489 | XlaOp Transpose(const XlaOp operand, absl::Span<const int64> permutation) { |
| 3490 | return operand.builder()->Transpose(operand, permutation); |
| 3491 | } |
| 3492 | |
| 3493 | XlaOp Rev(const XlaOp operand, absl::Span<const int64> dimensions) { |
| 3494 | return operand.builder()->Rev(operand, dimensions); |