Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.cc76 std::map<string, const CostGraphDef_Node*> measured_nodes; in GatherCosts() local
78 measured_nodes[node.name()] = &node; in GatherCosts()
81 auto it = measured_nodes.find(node.name()); in GatherCosts()
84 if (it == measured_nodes.end()) { in GatherCosts()