Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_s8.c76 const uint16_t kernel_ch = filter_dims->c; in arm_convolve_s8() local
92 const int32_t groups = input_ch / kernel_ch; in arm_convolve_s8()
93 const int32_t rhs_cols = kernel_x * kernel_y * kernel_ch; in arm_convolve_s8()
156 … im2col_buf, (int8_t)-input_offset, sizeof(int8_t) * kernel_ch * kernel_x * kernel_y); in arm_convolve_s8()
164 im2col_buf += kernel_ch * kernel_x; in arm_convolve_s8()
180 sizeof(int8_t) * kernel_ch); in arm_convolve_s8()
182 im2col_buf += kernel_ch; in arm_convolve_s8()
198 … arm_memset_s8(im2col_buf, (int8_t)-input_offset, sizeof(int8_t) * kernel_ch); in arm_convolve_s8()
203 … input_data + (k_y * input_x + k_x) * input_ch + i_group * kernel_ch, in arm_convolve_s8()
204 sizeof(int8_t) * kernel_ch); in arm_convolve_s8()
[all …]