Searched refs:GetDumpFilePath (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | dump.cc | 242 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 D | debug_io_utils_test.cc | 261 DebugFileIO::GetDumpFilePath(dump_root, kDebugNodeKey, wall_time)); in TEST_F() 380 DebugFileIO::GetDumpFilePath(dump_root, kDebugNodeKey, wall_time)); in TEST_F()
|
H A D | debug_io_utils.h | 182 static string GetDumpFilePath(const string& dump_root_dir,
|
H A D | debug_io_utils.cc | 600 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
|