Searched refs:inserted_instructions (Results 1 – 5 of 5) sorted by relevance
73 std::vector<Instruction*> inserted_instructions; in TEST() local76 inserted_instructions.push_back(inst.get()); in TEST()78 EXPECT_EQ(&*new_element, inserted_instructions.back()); in TEST()85 EXPECT_THAT(output, ContainerEq(inserted_instructions)); in TEST()
3110 absl::flat_hash_set<HloInstruction*>* inserted_instructions) const { in EnsureInstructionAndOperandsInserted()3111 if (inserted_instructions->contains(new_instruction)) { in EnsureInstructionAndOperandsInserted()3119 inserted_instructions->contains(operand)) in EnsureInstructionAndOperandsInserted()3123 inserted_instructions); in EnsureInstructionAndOperandsInserted()3127 inserted_instructions->insert(new_instruction); in EnsureInstructionAndOperandsInserted()3195 absl::flat_hash_set<HloInstruction*> inserted_instructions; in FixSchedule() local3209 &inserted_instructions); in FixSchedule()3219 !inserted_instructions.contains(instruction) && in FixSchedule()3225 &inserted_instructions); in FixSchedule()3234 &inserted_instructions); in FixSchedule()[all …]
868 absl::flat_hash_set<HloInstruction*>* inserted_instructions) const;