Home
last modified time | relevance | path

Searched refs:kFileURLScheme (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc322 const char* const DebugIO::kFileURLScheme = "file://"; member in tensorflow::DebugIO
380 const string address = url.substr(strlen(DebugIO::kFileURLScheme)); in PublishDebugMetadata()
395 } else if (absl::StartsWith(absl::AsciiStrToLower(url), kFileURLScheme)) { in PublishDebugMetadata()
396 const string dump_root_dir = url.substr(strlen(kFileURLScheme)); in PublishDebugMetadata()
422 if (absl::StartsWith(absl::AsciiStrToLower(url), kFileURLScheme)) { in PublishDebugTensor()
423 const string dump_root_dir = url.substr(strlen(kFileURLScheme)); in PublishDebugTensor()
506 if (absl::StartsWith(debug_url, kFileURLScheme)) { in PublishGraph()
508 io::JoinPath(debug_url.substr(strlen(kFileURLScheme)), in PublishGraph()
Ddebug_io_utils.h58 static const char* const kFileURLScheme; variable
/external/tensorflow/tensorflow/core/kernels/
Ddebug_ops.h404 if (absl::StartsWith(debug_url, DebugIO::kFileURLScheme)) { in DebugIdentityV2Op()
406 debug_url.substr(strlen(DebugIO::kFileURLScheme))); in DebugIdentityV2Op()