CMSIS-NN  
CMSIS NN Software Library
arm_avgpool_get_buffer_sizes_s8.c File Reference

Functions

int32_t arm_avgpool_s8_get_buffer_size (const int output_x, const int ch_src)
 Get the required buffer size for S8 average pooling function. More...
 
int32_t arm_avgpool_s8_get_buffer_size_dsp (const int output_x, const int ch_src)
 Get the required buffer size for S8 average pooling function for processors with DSP extension. Refer to arm_avgpool_s8_get_buffer_size() for function argument details. More...
 
int32_t arm_avgpool_s8_get_buffer_size_mve (const int output_x, const int ch_src)
 Get the required buffer size for S8 average pooling function for Arm(R) Helium Architecture case. Refer to arm_avgpool_s8_get_buffer_size() for function argument details. More...