Home
last modified time | relevance | path

Searched refs:debug_url (Results 1 – 10 of 10) 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()
504 for (const string& debug_url : debug_urls) { in PublishGraph() local
505 if (debug_url.find(kFileURLScheme) == 0) { in PublishGraph()
507 io::JoinPath(debug_url.substr(strlen(kFileURLScheme)), in PublishGraph()
516 } else if (debug_url.find(kGrpcURLScheme) == 0) { in PublishGraph()
519 debug_url)); in PublishGraph()
551 for (const string& debug_url : debug_urls) { in IsDebugNodeGateOpen() local
552 if (debug_url.compare(0, strlen(DebugIO::kGrpcURLScheme), in IsDebugNodeGateOpen()
556 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.cc282 for (const string& debug_url : debug_urls) { in CreateCopyNode() local
295 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/ops/
Ddebug_ops.cc109 debug op has been enabled at the debug_url. If all of the debug_urls of this
137 debug op has been enabled at the debug_url. If all of the debug_urls of this
Dops.pbtxt8671 … sent via the grpc stream unless this\ndebug op has been enabled at the debug_url. If all of the d…
8723 … sent via the grpc stream unless this\ndebug op has been enabled at the debug_url. If all of the d…
8799 … sent via the grpc stream unless this\ndebug op has been enabled at the debug_url. If all of the d…
/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.py2015 debug_url = "file://%s" % cls._dump_root
2024 watch.debug_urls.append(debug_url)