Searched refs:name_queue (Results 1 – 1 of 1) sorted by relevance
445 std::queue<string> name_queue; in PruneGraphDefInto() local447 name_queue.push(config.fetch(i).id().node_name()); in PruneGraphDefInto()449 while (!name_queue.empty()) { in PruneGraphDefInto()450 const string name = name_queue.front(); in PruneGraphDefInto()451 name_queue.pop(); in PruneGraphDefInto()470 name_queue.push(node_name); in PruneGraphDefInto()