Searched refs:new_instrs (Results 1 – 1 of 1) sorted by relevance
356 std::vector<std::unique_ptr<HloInstruction>> new_instrs; in TryRemoveConstantParams() local358 new_instrs.push_back(std::move(instr)); in TryRemoveConstantParams()359 return new_instrs.back().get(); in TryRemoveConstantParams()434 new_instrs.clear(); in TryRemoveConstantParams()443 for (auto& instr : new_instrs) { in TryRemoveConstantParams()584 std::vector<std::unique_ptr<HloInstruction>>* new_instrs) { in UnflattenTupleInstr() argument611 desired_shape.tuple_shapes(i), new_instrs); in UnflattenTupleInstr()613 new_instrs->push_back(std::move(subinstr)); in UnflattenTupleInstr()624 std::vector<std::unique_ptr<HloInstruction>>* new_instrs) { in GetFlatTupleElems() argument632 new_instrs->push_back( in GetFlatTupleElems()[all …]