Searched refs:IsCrossModuleAllReduce (Results 1 – 7 of 7) sorted by relevance
63 if (predecessor->IsCrossModuleAllReduce()) { in GlobalPredecessors()84 } else if (instruction->IsCrossModuleAllReduce()) { in GlobalPredecessors()140 if (successor->IsCrossModuleAllReduce()) { in GlobalSuccessors()162 } else if (instruction->IsCrossModuleAllReduce()) { in GlobalSuccessors()263 } else if (hlo->IsCrossModuleAllReduce()) { in VisitTopologicalOrder()
72 if (!instruction->IsCrossModuleAllReduce() || in MatchesArCrsPattern()200 if (i1->IsCrossModuleAllReduce()) { in InstructionsComputeSameValue()347 if (other_operand->IsCrossModuleAllReduce() && in RewriteGraph()
79 if (IsChannelInstruction(hlo) || hlo->IsCrossModuleAllReduce()) { in Build()83 } else if (hlo->IsCrossModuleAllReduce()) { in Build()205 hlo->IsCrossModuleAllReduce(); in InstructionCommunicates()317 if (hlo->IsCrossModuleAllReduce()) { in RecordInstructions()
180 if (crs->IsCrossModuleAllReduce()) { in HandleAllReduce()
924 if (!IsCrossModuleAllReduce()) {1241 bool IsCrossModuleAllReduce() const;
509 } else if (instruction->IsCrossModuleAllReduce()) { in AddMandatoryConstraints()1860 } else if (instruction->IsCrossModuleAllReduce()) { in ConstrainChannelLayouts()
1859 if (!IsCrossModuleAllReduce()) { in Hash()2182 bool HloInstruction::IsCrossModuleAllReduce() const { in IsCrossModuleAllReduce() function in xla::HloInstruction