Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_simplifier.cc183 std::vector<HloInstruction*> new_tuple_elems; in RemoveDeadTupleIndices() local
189 new_tuple_elems.push_back( in RemoveDeadTupleIndices()
194 new_tuple_elems.push_back( in RemoveDeadTupleIndices()
200 computation->AddInstruction(HloInstruction::CreateTuple(new_tuple_elems)); in RemoveDeadTupleIndices()