| 114 | } |
| 115 | |
| 116 | void ExtendSession(TF_Session* session, TF_Status* status) { |
| 117 | ExtendSessionGraphHelper(session, status); |
| 118 | session->extend_before_run = false; |
| 119 | } |
| 120 | |
| 121 | std::string GetHandleShapeAndType(TF_Graph* graph, TF_Output output) { |
| 122 | Node* node = &output.oper->node; |