Home | History | Annotate | Download | only in common_runtime

Lines Matching defs:name_to_node

1008   const NameNodeMap* name_to_node = &executors_and_keys->name_to_node;
1018 auto it = name_to_node->find(id.first);
1019 if (it == name_to_node->end()) {
1034 auto it = name_to_node->find(id.first);
1035 if (it == name_to_node->end()) {
1168 ek->name_to_node.insert({n->name(), n});