Searched refs:fusion_instructions (Results 1 – 2 of 2) sorted by relevance
32 std::vector<HloInstruction*>* fusion_instructions) { in GatherFusionInstructions() argument36 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()39 fusion_instructions->push_back(instruction); in GatherFusionInstructions()62 std::vector<HloInstruction*> fusion_instructions; in Analyze() local69 GatherFusionInstructions(instruction, &fusion_instructions); in Analyze()72 for (auto* instruction : fusion_instructions) { in Analyze()
125 std::vector<HloInstruction*>* fusion_instructions) { in GatherFusionInstructions() argument129 GatherFusionInstructions(fused, fusion_instructions); in GatherFusionInstructions()132 fusion_instructions->push_back(instruction); in GatherFusionInstructions()154 std::vector<HloInstruction*> fusion_instructions; in Analyze() local161 GatherFusionInstructions(instruction, &fusion_instructions); in Analyze()166 for (auto* instruction : fusion_instructions) { in Analyze()