Searched refs:debug_url (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils.cc | 250 const string& debug_url) { in PublishEncodedGraphDefInChunks() argument 271 event, debug_url, num_chunks - 1 == i); in PublishEncodedGraphDefInChunks() 505 for (const string& debug_url : debug_urls) { in PublishGraph() local 506 if (absl::StartsWith(debug_url, kFileURLScheme)) { in PublishGraph() 508 io::JoinPath(debug_url.substr(strlen(kFileURLScheme)), in PublishGraph() 517 } else if (absl::StartsWith(debug_url, kGrpcURLScheme)) { in PublishGraph() 520 debug_url)); in PublishGraph() 552 for (const string& debug_url : debug_urls) { in IsDebugNodeGateOpen() local 553 if (debug_url.compare(0, strlen(DebugIO::kGrpcURLScheme), in IsDebugNodeGateOpen() 557 if (DebugGrpcIO::IsReadGateOpen(debug_url, watch_key)) { in IsDebugNodeGateOpen() [all …]
|
D | debugger_state_impl.cc | 36 for (const string& debug_url : debug_urls_) { in ~DebuggerState() local 37 DebugIO::CloseDebugURL(debug_url).IgnoreError(); in ~DebuggerState()
|
D | debug_io_utils.h | 141 const string& debug_url); 143 static Status CloseDebugURL(const string& debug_url);
|
D | debug_io_utils_test.cc | 372 string debug_url; in TEST_F() local 382 debug_url = strings::StrCat("file://", dump_root); in TEST_F() 386 urls.push_back(debug_url); in TEST_F()
|
D | debug_graph_utils.cc | 315 for (const string& debug_url : debug_urls) { in CreateCopyNode() local 328 debug_url, ";", in CreateCopyNode()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | debugger_state_interface.cc | 45 for (const string& debug_url : watch.debug_urls()) { in SummarizeDebugTensorWatches() local 46 oss << debug_url << ","; in SummarizeDebugTensorWatches()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DebugNanCount.pbtxt | 29 debug op has been enabled at the debug_url. If all of the debug_urls of this
|
D | api_def_DebugIdentity.pbtxt | 35 debug op has been enabled at the debug_url. If all of the debug_urls of this
|
D | api_def_DebugNumericSummary.pbtxt | 51 debug op has been enabled at the debug_url. If all of the debug_urls of this
|
/external/tensorflow/tensorflow/core/kernels/ |
D | debug_ops.h | 403 for (const string& debug_url : debug_urls) { in DebugIdentityV2Op() local 404 if (absl::StartsWith(debug_url, DebugIO::kFileURLScheme)) { in DebugIdentityV2Op() 406 debug_url.substr(strlen(DebugIO::kFileURLScheme))); in DebugIdentityV2Op() 409 errors::Internal("Unsupported debug URL schema in: ", debug_url)); in DebugIdentityV2Op()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_gradients_test.py | 347 debug_url = "file://" + dump_dir 348 debug_utils.watch_graph(run_options, self.sess.graph, debug_urls=debug_url)
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 2041 debug_url = "file://%s" % cls._dump_root 2050 watch.debug_urls.append(debug_url)
|