Searched refs:HloDotDumper (Results 1 – 1 of 1) sorted by relevance
307 class HloDotDumper { class309 HloDotDumper(const HloComputation* computation, absl::string_view label, in HloDotDumper() function in xla::__anon7102e5d00111::HloDotDumper421 string HloDotDumper::Dump() { in Dump()434 string HloDotDumper::Header() { in Header()553 string HloDotDumper::Footer() { return StrCat(StrJoin(edges_, "\n"), "\n}"); } in Footer()555 bool HloDotDumper::ShouldShowFusionSubcomputation(const HloInstruction* instr) { in ShouldShowFusionSubcomputation()560 bool HloDotDumper::ShouldShowSubcomputation(const HloComputation* subcomp) { in ShouldShowSubcomputation()580 string HloDotDumper::DumpSubcomputation(const HloComputation* subcomp, in DumpSubcomputation()662 string HloDotDumper::DumpComputation(const HloComputation* comp) { in DumpComputation()681 string HloDotDumper::DumpRootTag() { in DumpRootTag()[all …]