Searched refs:ChooseFusionKind (Results 1 – 5 of 5) sorted by relevance
122 HloInstruction::FusionKind ChooseFusionKind(const HloInstruction& producer,
124 return ChooseFusionKind(*producer, *consumer); in ChooseKind()
185 user->shape(), ChooseFusionKind(*instruction, *user), user)); in FuseIntoAllUsers()
339 ChooseFusionKind(*producer, *consumer_for_fusion), in DoMultiOutputFusion()
569 HloInstruction::FusionKind ChooseFusionKind(const HloInstruction& /*producer*/, in ChooseFusionKind() function