Searched refs:name_queue (Results 1 – 1 of 1) sorted by relevance
450 std::queue<string> name_queue; in PruneGraphDefInto() local452 name_queue.push(config.fetch(i).id().node_name()); in PruneGraphDefInto()454 while (!name_queue.empty()) { in PruneGraphDefInto()455 const string name = name_queue.front(); in PruneGraphDefInto()456 name_queue.pop(); in PruneGraphDefInto()475 name_queue.push(node_name); in PruneGraphDefInto()