Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc328 class HloDotDumper { class
330 HloDotDumper(const HloComputation* computation, absl::string_view label, in HloDotDumper() function in xla::__anon758a858c0111::HloDotDumper
459 std::string HloDotDumper::Dump() { in Dump()
472 std::string HloDotDumper::Header() { in Header()
591 std::string HloDotDumper::Footer() { in Footer()
595 bool HloDotDumper::ShouldShowFusionSubcomputation(const HloInstruction* instr) { in ShouldShowFusionSubcomputation()
600 bool HloDotDumper::ShouldShowSubcomputation(const HloComputation* subcomp) { in ShouldShowSubcomputation()
621 std::string HloDotDumper::DumpSubcomputation( in DumpSubcomputation()
704 std::string HloDotDumper::DumpComputation(const HloComputation* comp) { in DumpComputation()
723 std::string HloDotDumper::DumpRootTag() { in DumpRootTag()
[all …]