Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dsave_profile.cc59 ProfilerJoinPath(run_dir, absl::StrCat(host_prefix, tool.name())); in DumpToolData()
86 *run_dir = ProfilerJoinPath(repository_root, run); in GetOrCreateRunDir()
96 return ProfilerJoinPath(logdir, kPluginName, kProfileName); in GetTensorBoardProfilePluginDir()
112 EventsWriter event_writer(ProfilerJoinPath(logdir, "events")); in MaybeCreateEmptyEventFile()
141 ProfilerJoinPath(run_dir, absl::StrCat(host_prefix, tool_name)); in SaveGzippedToolData()
/external/tensorflow/tensorflow/core/profiler/rpc/
Dprofiler_service_impl.cc58 ProfilerJoinPath(request.repository_root(), request.session_id()); in CollectDataToRepository()
66 std::string out_path = ProfilerJoinPath(log_dir_path, file_name); in CollectDataToRepository()
/external/tensorflow/tensorflow/core/profiler/utils/
Dfile_system_utils.h62 std::string ProfilerJoinPath(const T&... args) { in ProfilerJoinPath() function