Home
last modified time | relevance | path

Searched defs: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()
161 gtl::FlatMap<string, int> name_to_id; in PredictCosts() local
/external/iproute2/lib/
Dnames.c154 int name_to_id(struct db_names *db, int *id, const char *name) in name_to_id() function
/external/webrtc/webrtc/video/
Dfull_stack_plot.py78 name_to_id = {field[1]: field[0] for field in _fields} variable