Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.c123 int ic_remainder_ = channel % C4NUM; in PackNHWCToNHWC4Fp32() local
124 if (ic_remainder_ != 0) { in PackNHWCToNHWC4Fp32()
143 int ic_remainder_ = channel % oc_tile; in PackNHWCToNHWCXFp32() local
144 if (ic_remainder_ != 0) { in PackNHWCToNHWCXFp32()
264 int ic_remainder_ = channel % C8NUM; in PackNHWCToNHWC8Fp32() local
265 if (ic_remainder_ != 0) { in PackNHWCToNHWC8Fp32()
286 int ic_remainder_ = channel % cx_num; in PackNHWCXToNHWCFp32() local
287 if (ic_remainder_ != 0) { in PackNHWCXToNHWCFp32()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dpack_fp16.c261 int ic_remainder_ = channel % C4NUM; in PackNHWCToNHWC4Fp16() local
262 if (ic_remainder_ != 0) { in PackNHWCToNHWC4Fp16()
285 int ic_remainder_ = channel % C8NUM; in PackNHWCToNHWC8Fp16() local
286 if (ic_remainder_ != 0) { in PackNHWCToNHWC8Fp16()
307 int ic_remainder_ = channel % C4NUM; in PackNHWC4ToNHWCFp16() local
308 if (ic_remainder_ != 0) { in PackNHWC4ToNHWCFp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c1006 int ic_remainder_ = channel % C4NUM; in PackNHWCToNHWC4Int8() local
1007 if (ic_remainder_ != 0) { in PackNHWCToNHWC4Int8()
1029 int ic_remainder_ = channel % C4NUM; in PackNHWC4ToNHWCInt8() local
1030 if (ic_remainder_ != 0) { in PackNHWC4ToNHWCInt8()
1048 int ic_remainder_ = channel % C8NUM; in PackNHWCToNHWC8Int8() local
1049 if (ic_remainder_ != 0) { in PackNHWCToNHWC8Int8()
1068 int ic_remainder_ = channel % C8NUM; in PackNHWC8ToNHWCInt8() local
1069 if (ic_remainder_ != 0) { in PackNHWC8ToNHWCInt8()