/external/tensorflow/tensorflow/core/framework/ |
D | reader_base.cc | 245 const string debug_string = "<debug state not available>"; in RestoreBaseState() local 247 const string debug_string = state.DebugString(); in RestoreBaseState() 251 debug_string); in RestoreBaseState() 255 const string debug_string = "<debug state not available>"; in RestoreBaseState() local 257 const string debug_string = state.DebugString(); in RestoreBaseState() 261 ": ", debug_string); in RestoreBaseState()
|
/external/autotest/server/cros/clique_lib/ |
D | clique_runner.py | 143 debug_string = "" 152 debug_string += pprint.pformat(debug_dict) 154 debug_string += pprint.pformat({'ap_name': ap.name}) 155 return debug_string 287 debug_string = self._get_debug_string(dut_objects, aps) 298 debug_info=debug_string,
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2188 std::string debug_string = original_file->DebugString(); in TEST_F() local 2191 SetupParser(debug_string.c_str()); in TEST_F() 2195 ASSERT_EQ("", error_collector_.text_) << "Failed to parse:\n" << debug_string; in TEST_F() 2215 ASSERT_TRUE(actual != NULL) << "Failed to validate:\n" << debug_string; in TEST_F() 2237 std::string debug_string = original_file->DebugString(); in TEST_F() local 2240 SetupParser(debug_string.c_str()); in TEST_F() 2370 const std::string debug_string = in TEST_F() local 2375 debug_string.find(expected_comments[i]); in TEST_F() 2381 SetupParser(debug_string.c_str()); in TEST_F() 2386 << debug_string; in TEST_F() [all …]
|
/external/protobuf/src/google/protobuf/ |
D | unknown_field_set_unittest.cc | 273 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local 275 EXPECT_NE(debug_string, other_debug_string); in TEST_F() 278 EXPECT_EQ(debug_string, other_message.DebugString()); in TEST_F() 283 const std::string debug_string = empty_message_.DebugString(); in TEST_F() local 288 EXPECT_EQ(debug_string, empty_message_.DebugString()); in TEST_F()
|
D | text_format.cc | 88 std::string debug_string; in DebugString() local 93 printer.PrintToString(*this, &debug_string); in DebugString() 95 return debug_string; in DebugString() 99 std::string debug_string; in ShortDebugString() local 105 printer.PrintToString(*this, &debug_string); in ShortDebugString() 107 if (debug_string.size() > 0 && debug_string[debug_string.size() - 1] == ' ') { in ShortDebugString() 108 debug_string.resize(debug_string.size() - 1); in ShortDebugString() 111 return debug_string; in ShortDebugString() 115 std::string debug_string; in Utf8DebugString() local 121 printer.PrintToString(*this, &debug_string); in Utf8DebugString() [all …]
|
D | text_format_unittest.cc | 214 std::string debug_string = proto_.DebugString(); in TEST_F() local 222 EXPECT_EQ(correct_string, debug_string); in TEST_F() 238 std::string debug_string = proto_.DebugString(); in TEST_F() local 259 EXPECT_EQ(correct_string, debug_string); in TEST_F()
|
/external/autotest/server/cros/chaos_lib/ |
D | static_runner.py | 192 debug_string = pprint.pformat(debug_dict) 206 debug_info=debug_string,
|
D | chaos_runner.py | 239 debug_string = pprint.pformat(debug_dict) 253 debug_info=debug_string,
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1149 #undef debug_string 1151 #if( !defined( debug_string ) ) 1153 #define debug_string( STR ) \ macro 1160 #define debug_string( STR ) macro
|
D | DebugServices.c | 2788 debug_string( "debug_string" ); in DebugServicesTest()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_state.cc | 91 string debug_string) { in Emplace() argument 93 debug_string); in Emplace()
|
D | grpc_state.h | 259 StatusCallback cb, string debug_string) in Exchange() argument 264 debug_string_(std::move(debug_string)) {} in Exchange() 328 std::string debug_string);
|
/external/tensorflow/tensorflow/python/tools/ |
D | inspect_checkpoint.py | 84 print(reader.debug_string().decode("utf-8", errors="ignore"))
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-exegesis.rst | 57 - { key: latency, value: 1.0058, debug_string: '' }
|
/external/tensorflow/tensorflow/python/training/ |
D | saver_test.py | 2607 debug_string = reader.debug_string() 2609 self.assertTrue(compat.as_bytes("v0 (DT_FLOAT) [2,3]") in debug_string) 2610 self.assertTrue(compat.as_bytes("v1 (DT_FLOAT) [3,2,1]") in debug_string)
|
/external/tensorflow/tensorflow/lite/micro/ |
D | README.md | 38 just be `fprintf(stderr, debug_string)` whereas an embedded device might
|