Home
last modified time | relevance | path

Searched refs:new_instrs (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc537 std::vector<std::unique_ptr<HloInstruction>> new_instrs; in TryRemoveConstantParams() local
539 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() argument
823 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() argument
844 new_instrs->push_back( in GetFlatTupleElems()
[all …]