OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_to_id
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/include/
names.h
24
int
name_to_id
(struct db_names *db, int *id, const char *name);
/external/tensorflow/tensorflow/core/grappler/costs/
analytical_cost_estimator.cc
42
gtl::FlatMap<string, int>*
name_to_id
,
56
(*
name_to_id
)[node->name()] = node->id();
71
if (
name_to_id
->find(input_name) ==
name_to_id
->end()) {
84
node->add_control_input(
name_to_id
->at(input_name));
87
input_info->set_preceding_node(
name_to_id
->at(input_name));
161
gtl::FlatMap<string, int>
name_to_id
;
local
179
&name_to_cost_node, &
name_to_id
, cost_graph);
/external/webrtc/webrtc/video/
full_stack_plot.py
78
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/lib/
names.c
154
int
name_to_id
(struct db_names *db, int *id, const char *name)
function
Completed in 431 milliseconds