Searched refs:new_instrs (Results 1 – 1 of 1) sorted by relevance
537 std::vector<std::unique_ptr<HloInstruction>> new_instrs; in TryRemoveConstantParams() local539 new_instrs.push_back(std::move(instr)); in TryRemoveConstantParams()540 return new_instrs.back().get(); in TryRemoveConstantParams()615 new_instrs.clear(); in TryRemoveConstantParams()624 for (auto& instr : new_instrs) { in TryRemoveConstantParams()796 std::vector<std::unique_ptr<HloInstruction>>* new_instrs) { in UnflattenTupleInstr() argument823 desired_shape.tuple_shapes(i), new_instrs); in UnflattenTupleInstr()825 new_instrs->push_back(std::move(subinstr)); in UnflattenTupleInstr()836 std::vector<std::unique_ptr<HloInstruction>>* new_instrs) { in GetFlatTupleElems() argument844 new_instrs->push_back( in GetFlatTupleElems()[all …]