Home
last modified time | relevance | path

Searched refs:name_to_id (Results 1 – 4 of 4) 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()
71 if (name_to_id->find(input_name) == name_to_id->end()) { in AddCostNode()
84 node->add_control_input(name_to_id->at(input_name)); in AddCostNode()
87 input_info->set_preceding_node(name_to_id->at(input_name)); in AddCostNode()
161 gtl::FlatMap<string, int> name_to_id; in PredictCosts() local
179 &name_to_cost_node, &name_to_id, cost_graph); in PredictCosts()
/external/webrtc/webrtc/video/
Dfull_stack_plot.py78 name_to_id = {field[1]: field[0] for field in _fields} variable
84 if arg in name_to_id:
85 return name_to_id[arg]
86 if arg + "_ms" in name_to_id:
87 return name_to_id[arg + "_ms"]
118 field_ids = [name_to_id[name] for name in field_names]
/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