Home
last modified time | relevance | path

Searched defs:dst_kernel_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dpack_fp16.c55 int dst_kernel_offset = dst_oc_offset + k * C4NUM; in PackNHWCToNC4HW4Fp16() local
80 int dst_kernel_offset = batch_oc_offset + k * C8NUM; in PackNHWCToNC8HW8NotAlignedFp16() local
105 int dst_kernel_offset = dst_c_offset + C4NUM * k + c4_block_rem; in PackNCHWToNC4HW4Fp16() local
283 int dst_kernel_offset = dst_c_offset + k * c4 * C4NUM; in PackNC4HW4ToNHWC4Fp16() local
302 int dst_kernel_offset = dst_c_offset + k * channel; in PackNC4HW4ToNHWCFp16() local
321 int dst_kernel_offset = dst_c_offset + k; in PackNC4HW4ToNCHWFp16() local
342 int dst_kernel_offset = dst_c_offset + C8NUM * k + c8_block_rem; in PackNCHWFp32ToNC8HW8Fp16() local
363 int dst_kernel_offset = dst_c_offset + C8NUM * k + c8_block_rem; in PackNCHWFp16ToNC8HW8Fp16() local
427 int dst_kernel_offset = dst_offset + k * channel; in PackNC8HW8ToNHWCFp16() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/
Dutils.h84 int dst_kernel_offset = dst_c_offset + C4NUM * k + c4_block_rem; in PackNCHWToNC4HW4() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dpack_int8.c73 int dst_kernel_offset = k * C8NUM; in PackWeightToC8Int8() local
279 int dst_kernel_offset = dst_offset + k * channel; in PackNC4HW4ToNHWCInt8() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dpack_fp32.c44 int dst_kernel_offset = batch_oc_offset + k * C4NUM; in PackNHWCToNC4HW4NotAlignedFp32() local
75 int dst_kernel_offset = batch_oc_offset + k * C8NUM; in PackNHWCToNC8HW8NotAlignedFp32() local
1077 int dst_kernel_offset = dst_oc_offset + k * C4NUM; in PackNHWCToNC4HW4Fp32() local
1330 int dst_kernel_offset = dst_c_offset + k * c4 * C4NUM; in PackNC4HW4ToNHWC4Fp32() local
1367 int dst_kernel_offset = dst_offset + k * channel; in PackNC4HW4ToNHWCFp32() local
1419 int dst_kernel_offset = dst_oc_offset + k * C8NUM; in PackNHWCToNC8HW8Fp32() local
1449 int dst_kernel_offset = dst_offset + k * channel; in PackNC8HW8ToNHWCFp32() local