| 3197 | } |
| 3198 | |
| 3199 | XlaOp Call(XlaBuilder* builder, const XlaComputation& computation, |
| 3200 | absl::Span<const XlaOp> operands) { |
| 3201 | return builder->Call(computation, operands); |
| 3202 | } |
| 3203 | |
| 3204 | XlaOp CustomCall(XlaBuilder* builder, const string& call_target_name, |
| 3205 | absl::Span<const XlaOp> operands, const Shape& shape, |