Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc344 bool ShouldShowSubcomputation(const HloComputation* subcomp);
563 return ShouldShowSubcomputation(instr->fused_instructions_computation()); in ShouldShowFusionSubcomputation()
566 bool HloDotDumper::ShouldShowSubcomputation(const HloComputation* subcomp) { in ShouldShowSubcomputation() function in xla::__anonf346b5ae0111::HloDotDumper
678 if (ShouldShowSubcomputation(subcomp)) { in DumpComputation()