Home
last modified time | relevance | path

Searched defs:kPathSep (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
Dfile_system_utils.h29 const absl::string_view kPathSep = "\\"; variable
31 const absl::string_view kPathSep = "/"; variable
/external/tensorflow/tensorflow/core/platform/
Dpath.cc42 const char kPathSep[] = "/"; variable