Home
last modified time | relevance | path

Searched refs:debug_string (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dreader_base.cc245 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/
Dclique_runner.py143 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/
Dparser_unittest.cc2188 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/
Dunknown_field_set_unittest.cc273 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()
Dtext_format.cc88 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 …]
Dtext_format_unittest.cc214 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/
Dstatic_runner.py192 debug_string = pprint.pformat(debug_dict)
206 debug_info=debug_string,
Dchaos_runner.py239 debug_string = pprint.pformat(debug_dict)
253 debug_info=debug_string,
/external/mdnsresponder/mDNSShared/
DDebugServices.h1149 #undef debug_string
1151 #if( !defined( debug_string ) )
1153 #define debug_string( STR ) \ macro
1160 #define debug_string( STR ) macro
DDebugServices.c2788 debug_string( "debug_string" ); in DebugServicesTest()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.cc91 string debug_string) { in Emplace() argument
93 debug_string); in Emplace()
Dgrpc_state.h259 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/
Dinspect_checkpoint.py84 print(reader.debug_string().decode("utf-8", errors="ignore"))
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-exegesis.rst57 - { key: latency, value: 1.0058, debug_string: '' }
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2607 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/
DREADME.md38 just be `fprintf(stderr, debug_string)` whereas an embedded device might