| 109 | } |
| 110 | |
| 111 | HloInstruction::FusionKind GpuInstructionFusion::ChooseKind( |
| 112 | const HloInstruction* producer, const HloInstruction* consumer) { |
| 113 | return ChooseFusionKind(*producer, *consumer); |
| 114 | } |
| 115 | |
| 116 | HloInstruction* GpuInstructionFusion::FuseInstruction( |
| 117 | HloInstruction* fusion_instruction, HloInstruction* producer) { |
nothing calls this directly
no test coverage detected