Searched refs:measured_nodes (Results 1 – 1 of 1) sorted by relevance
76 std::map<string, const CostGraphDef_Node*> measured_nodes; in GatherCosts() local78 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()