| 3192 | } |
| 3193 | |
| 3194 | void Outfeed(const XlaOp operand, const Shape& shape_with_layout, |
| 3195 | const string& outfeed_config) { |
| 3196 | return operand.builder()->Outfeed(operand, shape_with_layout, outfeed_config); |
| 3197 | } |
| 3198 | |
| 3199 | XlaOp Call(XlaBuilder* builder, const XlaComputation& computation, |
| 3200 | absl::Span<const XlaOp> operands) { |