Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_avgpool_s8.c107 int32_t chCnt; in arm_avgpool_s8() local
120 chCnt = ch_src >> 4; in arm_avgpool_s8()
121 while (chCnt > 0) in arm_avgpool_s8()
210 chCnt--; in arm_avgpool_s8()
214 chCnt = ch_src & 0xF; in arm_avgpool_s8()
215 while (chCnt > 0) in arm_avgpool_s8()
234 chCnt--; in arm_avgpool_s8()