Searched refs:src_iter (Results 1 – 5 of 5) sorted by relevance
2630 auto src_iter = src_insts.begin(); in OutputSection() local2642 while (src_iter != src_insts.end() || dst_iter != dst_insts.end()) { in OutputSection()2644 while (src_iter != src_insts.end() && in OutputSection()2645 MappedDstInst(IterInst(src_iter)) == nullptr) { in OutputSection()2647 write_inst(*IterInst(src_iter), src_id_to_, *IterInst(src_iter)); in OutputSection()2648 ++src_iter; in OutputSection()2660 if (src_iter != src_insts.end() && dst_iter != dst_insts.end()) { in OutputSection()2661 const opt::Instruction* src_inst = IterInst(src_iter); in OutputSection()2679 ++src_iter; in OutputSection()
2682 auto src_iter = src_insts.begin(); in OutputSection() local2694 while (src_iter != src_insts.end() || dst_iter != dst_insts.end()) { in OutputSection()2696 while (src_iter != src_insts.end() && in OutputSection()2697 MappedDstInst(IterInst(src_iter)) == nullptr) { in OutputSection()2699 write_inst(*IterInst(src_iter), src_id_to_, *IterInst(src_iter)); in OutputSection()2700 ++src_iter; in OutputSection()2712 if (src_iter != src_insts.end() && dst_iter != dst_insts.end()) { in OutputSection()2713 const opt::Instruction* src_inst = IterInst(src_iter); in OutputSection()2731 ++src_iter; in OutputSection()
418 ideep::tensor src_iter(src_iter_desc); in get_lstm_packed_weights() local438 src_iter, in get_lstm_packed_weights()
540 auto src_iter = underlying_buffers_.find(src_op_id); in TransferFromDeviceToDevice() local543 src_iter->second.get(), dst_iter->second.get(), {}); in TransferFromDeviceToDevice()