Searched refs:last_num_graph_nodes (Results 1 – 2 of 2) sorted by relevance
135 int last_num_graph_nodes; member
690 if (it.first->last_num_graph_nodes > op.node.id()) { in RecordMutation()774 if (session->last_num_graph_nodes < num_nodes) { in ExtendSessionGraphHelper()788 for (auto id = session->last_num_graph_nodes; id < num_nodes; ++id) { in ExtendSessionGraphHelper()804 session->last_num_graph_nodes = num_nodes; in ExtendSessionGraphHelper()2579 : session(s), graph(g), last_num_graph_nodes(0), extend_before_run(true) {} in TF_Session()2656 session->last_num_graph_nodes = graph->graph.num_node_ids(); in TF_LoadSessionFromSavedModel()