Searched refs:HloInstructionSet (Results 1 – 4 of 4) sorted by relevance
126 using HloInstructionSet = std::unordered_set<HloInstruction*>;139 const HloInstructionSet& do_not_fuse,145 HloInstructionSet ComputeGloballyUnfusible(
197 const HloInstructionSet& do_not_fuse, in CanFuseOnAllPaths()237 InstructionFusion::HloInstructionSet249 HloInstructionSet do_not_duplicate; in ComputeGloballyUnfusible()459 HloInstructionSet do_not_duplicate; in Run()
347 HloInstructionSet* reshape_candidates) { in TryReshapeMoveOnCandidates()397 HloInstructionSet reshape_candidates; in Run()
1840 using HloInstructionSet = std::set<HloInstruction*, HloPtrComparator>; variable