Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc146 absl::optional<std::string> DumpToFileInDirImpl( in DumpToFileInDirImpl() function
215 return DumpToFileInDirImpl(filename, contents, opts); in DumpToFileInDirOrStdoutImpl()
247 DumpToFileInDirImpl(StrCat(filename, ".hlo.pb"), pb, opts)); in DumpHloModuleImpl()
263 DumpToFileInDirImpl(StrFormat("%s.dot", filename), in DumpHloModuleImpl()
269 DumpToFileInDirImpl(StrFormat("%s.html", filename), in DumpHloModuleImpl()
281 file_paths.push_back(DumpToFileInDirImpl( in DumpHloModuleImpl()
298 DumpToFileInDirImpl(StrFormat("%s.url", filename), url, opts)); in DumpHloModuleImpl()
322 DumpToFileInDirImpl(filename, content, opts); in DumpHloModuleMetadata()
376 DumpToFileInDirImpl(FilenameFor(module, file_prefix, file_suffix), contents, in DumpToFileInDir()
516 DumpToFileInDirImpl(filename, pb, opts); in DumpHloSnapshotIfEnabled()
[all …]