Searched refs:DumpToFileInDirImpl (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dump.cc | 137 void DumpToFileInDirImpl(string_view filename, string_view contents, in DumpToFileInDirImpl() function 181 DumpToFileInDirImpl(filename, contents, opts); in DumpToFileInDirOrStdoutImpl() 202 DumpToFileInDirImpl(StrCat(filename, ".hlo.pb"), pb, opts); in DumpHloModuleImpl() 217 DumpToFileInDirImpl(StrFormat("%s.dot", filename), in DumpHloModuleImpl() 222 DumpToFileInDirImpl(StrFormat("%s.html", filename), in DumpHloModuleImpl() 232 DumpToFileInDirImpl(StrFormat("%s.url", filename), url, opts); in DumpHloModuleImpl() 254 DumpToFileInDirImpl(FilenameFor(module, suffix), contents, in DumpToFileInDir() 372 DumpToFileInDirImpl(filename, pb, opts); in DumpHloSnapshotIfEnabled() 404 DumpToFileInDirImpl(filename, pb, canonical_opts); in DumpHloSnapshotIfEnabled()
|