Home
last modified time | relevance | path

Searched defs:dst_batch_offset (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dpack_int8.c30 int dst_batch_offset = b * ic8_round * in_plane; in PackInputToC8Int8() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dpack_fp32.c1119 int dst_batch_offset = b * oc_block_channel * plane; in PackNHWCToNHWC4Fp32() local
1139 int dst_batch_offset = b * oc_block_channel * plane; in PackNHWCToNHWCXFp32() local
1474 size_t dst_batch_offset = (size_t)(plane * channel) * sizeof(float); in PackNC8HW8AlignedToNC8HW8NotAlignedFp32() local