Searched refs:c8_block_num (Results 1 – 2 of 2) sorted by relevance
110 int c8_block_num = i / C8NUM; in PackWeightToC8Fp16() local113 int dst_ic_offset = dst_oc_offset + c8_block_num * kernel_plane * C8NUM + c8_block_rem; in PackWeightToC8Fp16()406 int c8_block_num = c / C8NUM; in PackNCHWFp32ToNC8HW8Fp16() local409 int dst_c_offset = dst_offset + c8_block_num * plane * C8NUM; in PackNCHWFp32ToNC8HW8Fp16()425 int c8_block_num = c / C8NUM; in PackNCHWFp16ToNC8HW8Fp16() local428 int dst_c_offset = dst_offset + c8_block_num * plane * C8NUM; in PackNCHWFp16ToNC8HW8Fp16()
972 int c8_block_num = c / C8NUM; in PackDepthwiseInt8Weight() local975 int16_t *dst_c = packed_weight_ + c8_block_num * plane * C8NUM; in PackDepthwiseInt8Weight()1090 int c8_block_num = c / C8NUM; in PackNCHWToNC8HW8Int8() local1093 int dst_c_offset = dst_offset + c8_block_num * plane * C8NUM; in PackNCHWToNC8HW8Int8()