Searched refs:FilenameFor (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dump.cc | 133 string FilenameFor(const HloModule& module, string_view suffix) { in FilenameFor() function 188 string filename = FilenameFor(module, suffix); in DumpHloModuleImpl() 254 DumpToFileInDirImpl(FilenameFor(module, suffix), contents, in DumpToFileInDir() 261 FilenameFor(module, suffix), contents, in DumpToFileInDirOrStdout() 361 StrCat(FilenameFor(module, StrFormat("execution_%04d", execution_count)), in DumpHloSnapshotIfEnabled()
|