Searched defs:debug_url (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
H A Ddebugger_state_interface.cc45 for (const string& debug_url : watch.debug_urls()) {
46 oss << debug_url << ","; local
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc247 const string& debug_url) {
268 event, debug_url, num_chunks - 1 == i);
488 for (const string& debug_url : debug_urls) {
489 if (debug_url.find(kFileURLScheme) == 0) {
491 io::JoinPath(debug_url.substr(strlen(kFileURLScheme)),
500 } else if (debug_url.find(kGrpcURLScheme) == 0) {
503 debug_url));
535 for (const string& debug_url : debug_urls) {
536 if (debug_url.compare(0, strlen(DebugIO::kGrpcURLScheme),
540 if (DebugGrpcIO::IsReadGateOpen(debug_url, watch_ke
244 PublishEncodedGraphDefInChunks(const string& encoded_graph_def, const string& device_name, const int64 wall_time, const string& debug_url) argument
551 IsDebugURLGateOpen(const string& watch_key, const string& debug_url) argument
564 CloseDebugURL(const string& debug_url) argument
[all...]

Completed in 296 milliseconds