Searched refs:EffectivelyAtMostUnary (Results 1 – 2 of 2) sorted by relevance
101 bool EffectivelyAtMostUnary(HloInstruction* hlo);
172 bool InstructionFusion::EffectivelyAtMostUnary(HloInstruction* hlo) { in EffectivelyAtMostUnary() function in xla::InstructionFusion263 if (EffectivelyAtMostUnary(producer)) { in ComputeGloballyUnfusible()