Searched refs:FilenameFor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dump.cc | 225 string filename = FilenameFor(module, prefix, suffix); in DumpHloModuleImpl() 368 string FilenameFor(const HloModule& module, string_view prefix, in FilenameFor() function 376 DumpToFileInDirImpl(FilenameFor(module, file_prefix, file_suffix), contents, in DumpToFileInDir() 383 FilenameFor(module, file_prefix, file_suffix), contents, in DumpToFileInDirOrStdout() 504 StrCat(FilenameFor(module, std::to_string(timestamp), in DumpHloSnapshotIfEnabled()
|
D | dump.h | 41 string FilenameFor(const HloModule& module, absl::string_view prefix,
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | nvptx_compiler.cc | 207 std::string prefix = xla::FilenameFor(*module, "", *ptx); in MaybeLoadPtxFromFile()
|
D | gpu_compiler.cc | 705 FilenameFor(*debug_module, "", ""), "*") in CompileToTargetBinary()
|