Searched refs:debug_strings (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | model.cc | 1122 absl::flat_hash_map<string, string> debug_strings; in DebugString() local 1128 node->DebugStringHelper(&debug_strings); in DebugString() 1130 DebugStringHelper(&debug_strings); in DebugString() 1132 return debug_strings[long_name()]; in DebugString() 1393 void Node::DebugStringHelper(absl::flat_hash_map<string, string>* debug_strings) in DebugStringHelper() 1415 strings::StrAppend(&result, debug_strings->at(input->long_name())); in DebugStringHelper() 1417 debug_strings->insert(std::make_pair(long_name(), result)); in DebugStringHelper()
|
D | model.h | 519 void DebugStringHelper(absl::flat_hash_map<string, string>* debug_strings)
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 554 std::vector<std::pair<std::string, std::string>>* debug_strings) { in ExtractDebugString() argument 559 ExtractDebugString(file->dependency(i), visited, debug_strings); in ExtractDebugString() 561 debug_strings->push_back(std::make_pair(file->name(), file->DebugString())); in ExtractDebugString() 580 std::vector<std::pair<std::string, std::string>> debug_strings; in TEST_F() local 582 &visited, &debug_strings); in TEST_F() 585 &visited, &debug_strings); in TEST_F() 587 &visited, &debug_strings); in TEST_F() 588 ASSERT_GE(debug_strings.size(), 3); in TEST_F() 591 for (int i = 0; i < debug_strings.size(); ++i) { in TEST_F() 592 const std::string& name = debug_strings[i].first; in TEST_F() [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 40 static const char * const debug_strings[] = { variable 784 str = debug_strings[idx]; in wpas_dbus_getter_debug_level() 848 for (i = 0; debug_strings[i]; i++) in wpas_dbus_setter_debug_level() 849 if (os_strcmp(debug_strings[i], str) == 0) { in wpas_dbus_setter_debug_level()
|