Searched refs:c4_block_rem (Results 1 – 3 of 3) sorted by relevance
76 int c4_block_rem = c % C4NUM; in PackNCHWToNC4HW4() local81 int dst_kernel_offset = dst_c_offset + C4NUM * k + c4_block_rem; in PackNCHWToNC4HW4()
137 int c4_block_rem = i % C4NUM; in PackWeightToC4Fp16() local139 int dst_ic_offset = dst_oc_offset + c4_block_num * kernel_plane * C4NUM + c4_block_rem; in PackWeightToC4Fp16()156 int c4_block_rem = i % C4NUM; in PackNHWCToNC4HW4Fp16() local158 int dst_ic_offset = dst_kernel_offset + c4_block_num * plane * C4NUM + c4_block_rem; in PackNHWCToNC4HW4Fp16()172 int c4_block_rem = c % C4NUM; in PackNCHWToNC4HW4Fp16() local177 int dst_kernel_offset = dst_c_offset + C4NUM * k + c4_block_rem; in PackNCHWToNC4HW4Fp16()
992 int c4_block_rem = c % C4NUM; in PackDeconvDepthwiseInt8Weight() local997 int16_t *dst_kernel = dst_c + C4NUM * k + c4_block_rem; in PackDeconvDepthwiseInt8Weight()