Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpack_fp16.c110 int c8_block_num = i / C8NUM; in PackWeightToC8Fp16() local
113 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() local
409 int dst_c_offset = dst_offset + c8_block_num * plane * C8NUM; in PackNCHWFp32ToNC8HW8Fp16()
425 int c8_block_num = c / C8NUM; in PackNCHWFp16ToNC8HW8Fp16() local
428 int dst_c_offset = dst_offset + c8_block_num * plane * C8NUM; in PackNCHWFp16ToNC8HW8Fp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c972 int c8_block_num = c / C8NUM; in PackDepthwiseInt8Weight() local
975 int16_t *dst_c = packed_weight_ + c8_block_num * plane * C8NUM; in PackDepthwiseInt8Weight()
1090 int c8_block_num = c / C8NUM; in PackNCHWToNC8HW8Int8() local
1093 int dst_c_offset = dst_offset + c8_block_num * plane * C8NUM; in PackNCHWToNC8HW8Int8()