Searched refs:last_num_graph_nodes (Results 1 – 2 of 2) sorted by relevance
127 int last_num_graph_nodes; member
212 if (it.first->last_num_graph_nodes > op.node.id()) { in RecordMutation()296 if (session->last_num_graph_nodes < num_nodes) { in ExtendSessionGraphHelper()310 for (auto id = session->last_num_graph_nodes; id < num_nodes; ++id) { in ExtendSessionGraphHelper()326 session->last_num_graph_nodes = num_nodes; in ExtendSessionGraphHelper()2195 : session(s), graph(g), last_num_graph_nodes(0), extend_before_run(true) {} in TF_Session()2273 session->last_num_graph_nodes = graph->graph.num_node_ids(); in TF_LoadSessionFromSavedModel()