Searched refs:debug_url (Results 1 – 10 of 10) 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() 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 …]
|
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 | 282 for (const string& debug_url : debug_urls) { in CreateCopyNode() local 295 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/ops/ |
D | debug_ops.cc | 109 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
|
D | ops.pbtxt | 8671 … 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/ |
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 | 2015 debug_url = "file://%s" % cls._dump_root 2024 watch.debug_urls.append(debug_url)
|