Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/PoolingFunctions/
Darm_avgpool_s8.c96 const int32_t batch_input = input_x * input_y * ch_src; in arm_avgpool_s8() local
336 const int32_t batch_input = input_x * input_y * ch_src; in arm_avgpool_s8() local
Darm_avgpool_s16.c94 const int32_t batch_input = input_x * input_y * ch_src; in arm_avgpool_s16() local