Home
last modified time | relevance | path

Searched refs:c4_block_rem (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dutils.h76 int c4_block_rem = c % C4NUM; in PackNCHWToNC4HW4() local
81 int dst_kernel_offset = dst_c_offset + C4NUM * k + c4_block_rem; in PackNCHWToNC4HW4()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpack_fp16.c137 int c4_block_rem = i % C4NUM; in PackWeightToC4Fp16() local
139 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() local
158 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() local
177 int dst_kernel_offset = dst_c_offset + C4NUM * k + c4_block_rem; in PackNCHWToNC4HW4Fp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c992 int c4_block_rem = c % C4NUM; in PackDeconvDepthwiseInt8Weight() local
997 int16_t *dst_kernel = dst_c + C4NUM * k + c4_block_rem; in PackDeconvDepthwiseInt8Weight()