Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dextract_outside_compilation_pass.cc2118 std::vector<Node*> if_nodes, while_nodes, func_call_nodes; in ExtractOutsideCompilationForNodesWithAssociatedFunctions() local
2125 func_call_nodes.push_back(n); in ExtractOutsideCompilationForNodesWithAssociatedFunctions()
2129 for (Node* n : func_call_nodes) { in ExtractOutsideCompilationForNodesWithAssociatedFunctions()