Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc366 std::vector<HloInstruction*> new_opnds; in CreateFusedComputation() local
369 new_opnds.push_back(clone_map[old_opnd]); in CreateFusedComputation()
372 old_instr->CloneWithNewOperands(old_instr->shape(), new_opnds)); in CreateFusedComputation()