Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc225 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()
Ddump.h41 string FilenameFor(const HloModule& module, absl::string_view prefix,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc207 std::string prefix = xla::FilenameFor(*module, "", *ptx); in MaybeLoadPtxFromFile()
Dgpu_compiler.cc705 FilenameFor(*debug_module, "", ""), "*") in CompileToTargetBinary()