Searched defs:HloInstructionSet (Results 1 – 2 of 2) sorted by relevance
272 using HloInstructionSet = absl::flat_hash_set<HloInstruction*>; variable
2449 using HloInstructionSet = std::set<HloInstruction*, HloPtrComparator>; variable