Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc165 std::unordered_set<const Node*> function_nodes; in InferShapesForFunction() local
168 auto node_shape_inference_lambda = [this, &outer_context, &function_nodes, in InferShapesForFunction()
173 function_nodes.insert(node); in InferShapesForFunction()
183 for (const Node* node : function_nodes) { in InferShapesForFunction()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_subgraphs_pass.cc1069 std::vector<Node*> function_nodes; in MakePrunedGraphCopyAndInline() local
1074 function_nodes.push_back(node); in MakePrunedGraphCopyAndInline()
1077 for (auto node : function_nodes) { in MakePrunedGraphCopyAndInline()