| 3330 | } |
| 3331 | |
| 3332 | XlaOp ReduceAll(const XlaOp operand, const XlaOp init_value, |
| 3333 | const XlaComputation& computation) { |
| 3334 | return operand.builder()->ReduceAll(operand, init_value, computation); |
| 3335 | } |
| 3336 | |
| 3337 | XlaOp ReduceWindow(const XlaOp operand, const XlaOp init_value, |
| 3338 | const XlaComputation& computation, |