| 63 | : compiler_(compiler), builder_(builder) {} |
| 64 | |
| 65 | string XlaContext::DebugString() const { return "XLA JIT context"; } |
| 66 | |
| 67 | void XlaContext::SetRetval(int index, const XlaExpression& expression) { |
| 68 | if (retvals_.size() <= index) { |
no outgoing calls