Home
last modified time | relevance | path

Searched refs:debug_url (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc250 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 …]
Ddebugger_state_impl.cc36 for (const string& debug_url : debug_urls_) { in ~DebuggerState() local
37 DebugIO::CloseDebugURL(debug_url).IgnoreError(); in ~DebuggerState()
Ddebug_io_utils.h141 const string& debug_url);
143 static Status CloseDebugURL(const string& debug_url);
Ddebug_io_utils_test.cc372 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()
Ddebug_graph_utils.cc315 for (const string& debug_url : debug_urls) { in CreateCopyNode() local
328 debug_url, ";", in CreateCopyNode()
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc45 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/
Dapi_def_DebugNanCount.pbtxt29 debug op has been enabled at the debug_url. If all of the debug_urls of this
Dapi_def_DebugIdentity.pbtxt35 debug op has been enabled at the debug_url. If all of the debug_urls of this
Dapi_def_DebugNumericSummary.pbtxt51 debug op has been enabled at the debug_url. If all of the debug_urls of this
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h403 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/
Ddebug_gradients_test.py347 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/
Danalyzer_cli_test.py2041 debug_url = "file://%s" % cls._dump_root
2050 watch.debug_urls.append(debug_url)