Searched refs:old_opnds (Results 1 – 1 of 1) sorted by relevance
378 const auto& old_opnds = old_instr->operands(); in CreateFusedComputation() local379 new_opnds.reserve(old_opnds.size()); in CreateFusedComputation()380 for (HloInstruction* old_opnd : old_opnds) { in CreateFusedComputation()