Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc378 const auto& old_opnds = old_instr->operands(); in CreateFusedComputation() local
379 new_opnds.reserve(old_opnds.size()); in CreateFusedComputation()
380 for (HloInstruction* old_opnd : old_opnds) { in CreateFusedComputation()