Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Ddump_tpu_profile.cc71 Status DumpTraceToLogDirectory(StringPiece run_dir, const string& host_prefix, in DumpTraceToLogDirectory() argument
74 JoinPath(run_dir, StrCat(host_prefix, kProtoTraceFileName)); in DumpTraceToLogDirectory()
79 string json_path = JoinPath(run_dir, StrCat(host_prefix, kJsonTraceFileName)); in DumpTraceToLogDirectory()
94 Status DumpOpProfileToLogDirectory(StringPiece run_dir, in DumpOpProfileToLogDirectory() argument
98 string path = JoinPath(run_dir, StrCat(host_prefix, kJsonOpProfileFileName)); in DumpOpProfileToLogDirectory()
115 Status DumpToolDataToLogDirectory(StringPiece run_dir, in DumpToolDataToLogDirectory() argument
123 string path = JoinPath(run_dir, StrCat(host_prefix, tool.name())); in DumpToolDataToLogDirectory()
/external/tensorflow/tensorflow/python/debug/wrappers/
Ddumping_wrapper.py111 run_dir = os.path.join(self._session_root, "run_%d_%d" %
115 gfile.MkDir(run_dir)
120 run_dir,
130 run_dir,
135 return ["file://" + run_dir]
/external/harfbuzz_ng/test/fuzzing/
Drun-subset-fuzzer-tests.py23 def run_dir (parent_path): function
39 run_dir (os.path.join (srcdir, "..", "subset", "data", "fonts"))