Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/PoolingFunctions/
Darm_avgpool_s16.c122 int32_t ch_count = (ch_src + 7) / 8; in arm_avgpool_s16() local
125 while (ch_count > 0) in arm_avgpool_s16()
189 ch_count--; in arm_avgpool_s16()
Darm_avgpool_s8.c120 int32_t ch_count = (ch_src + 15) / 16; in arm_avgpool_s8() local
123 while (ch_count > 0) in arm_avgpool_s8()
221 ch_count--; in arm_avgpool_s8()