Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator.cc42 gtl::FlatMap<string, int>* name_to_id, in AddCostNode() argument
56 (*name_to_id)[node->name()] = node->id(); in AddCostNode()
73 if (name_to_id->find(input_name) == name_to_id->end()) { in AddCostNode()
86 node->add_control_input(name_to_id->at(input_name)); in AddCostNode()
89 input_info->set_preceding_node(name_to_id->at(input_name)); in AddCostNode()
189 gtl::FlatMap<string, int> name_to_id; in PredictCosts() local
207 &name_to_cost_node, &name_to_id, cost_graph); in PredictCosts()
/external/iproute2/include/
Dnames.h24 int name_to_id(struct db_names *db, int *id, const char *name);
/external/iproute2/lib/
Dnames.c154 int name_to_id(struct db_names *db, int *id, const char *name) in name_to_id() function