Searched refs:ProfilerJoinPath (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/rpc/client/ |
D | save_profile.cc | 59 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/ |
D | profiler_service_impl.cc | 58 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/ |
D | file_system_utils.h | 62 std::string ProfilerJoinPath(const T&... args) { in ProfilerJoinPath() function
|