Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1384 gtl::InlinedVector<const FunctionDef*, 4> func_queue; in ReachableFunctions() local
1390 func_queue.push_back(func); in ReachableFunctions()
1421 while (!func_queue.empty()) { in ReachableFunctions()
1422 const FunctionDef* func = func_queue.back(); in ReachableFunctions()
1423 func_queue.pop_back(); in ReachableFunctions()