Home
last modified time | relevance | path

Searched refs:name_queue (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc445 std::queue<string> name_queue; in PruneGraphDefInto() local
447 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()