| 3501 | } |
| 3502 | |
| 3503 | XlaOp Clamp(const XlaOp min, const XlaOp operand, const XlaOp max) { |
| 3504 | return min.builder()->Clamp(min, operand, max); |
| 3505 | } |
| 3506 | |
| 3507 | XlaOp Map(XlaBuilder* builder, absl::Span<const XlaOp> operands, |
| 3508 | const XlaComputation& computation, absl::Span<const int64> dimensions, |