Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc377 bool ShouldShowSubcomputation(const HloComputation* subcomp);
597 return ShouldShowSubcomputation(instr->fused_instructions_computation()); in ShouldShowFusionSubcomputation()
600 bool HloDotDumper::ShouldShowSubcomputation(const HloComputation* subcomp) { in ShouldShowSubcomputation() function in xla::__anon2775451d0111::HloDotDumper
713 if (ShouldShowSubcomputation(subcomp)) { in DumpComputation()