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.cc450 std::queue<string> name_queue; in PruneGraphDefInto() local
452 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()