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.cc356 std::vector<std::unique_ptr<HloInstruction>> new_instrs; in TryRemoveConstantParams() local
358 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() argument
611 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() argument
632 new_instrs->push_back( in GetFlatTupleElems()
[all …]