Home
last modified time | relevance | path

Searched refs:GetDumpFilePath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddump.cc242 static std::optional<std::string> GetDumpFilePath( in GetDumpFilePath() function
306 auto file_path = GetDumpFilePath(filename, opts); in DumpToFileInDirImpl()
323 auto file_path = GetDumpFilePath(filename, opts); in DumpToFileInDirImpl()
603 GetDumpFilePath(FilenameFor(module, file_prefix, "mlir"), opts); in DumpToFileInDirOrStdout()
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils_test.cc261 DebugFileIO::GetDumpFilePath(dump_root, kDebugNodeKey, wall_time)); in TEST_F()
380 DebugFileIO::GetDumpFilePath(dump_root, kDebugNodeKey, wall_time)); in TEST_F()
H A Ddebug_io_utils.h182 static string GetDumpFilePath(const string& dump_root_dir,
H A Ddebug_io_utils.cc600 GetDumpFilePath(dump_root_dir, debug_node_key, wall_time_us); in DumpTensorToDir()
609 string DebugFileIO::GetDumpFilePath(const string& dump_root_dir, in GetDumpFilePath() function in tensorflow::DebugFileIO