Home
last modified time | relevance | path

Searched defs:src_res_c_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dpack_int8.c291 int src_res_c_offset = src_kernel_offset + (c4 - 1) * C4NUM * plane + i; in PackNC4HW4ToNHWCInt8() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dpack_fp16.c436 int src_res_c_offset = src_kernel_offset + (c8 - 1) * C8NUM * plane + i; in PackNC8HW8ToNHWCFp16() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dpack_fp32.c1383 int src_res_c_offset = src_kernel_offset + (c4 - 1) * C4NUM * plane + i; in PackNC4HW4ToNHWCFp32() local
1462 int src_res_c_offset = src_kernel_offset + (c8 - 1) * C8NUM * plane + i; in PackNC8HW8ToNHWCFp32() local