Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_s4.c115 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s4() local
118 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s4()
199 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s4()
202 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s4()
Darm_depthwise_conv_s4.c143 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local
235 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local
328 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local
438 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local
Darm_depthwise_conv_s8_opt.c119 for (int i_ker_x = base_idx_x; i_ker_x < base_idx_x + kernel_x; i_ker_x++) in arm_depthwise_conv_s8_opt() local
121 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_depthwise_conv_s8_opt()
128 input_slice + (i_ker_y * input_x + i_ker_x) * input_ch, in arm_depthwise_conv_s8_opt()
244 for (int i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_depthwise_conv_s8_opt() local
246 const int32_t idx_x = base_idx_x + i_ker_x; in arm_depthwise_conv_s8_opt()
Darm_transpose_conv_s8.c159 for (int32_t i_ker_x = i_pad_x; i_ker_x < i_pad_x + kernel_x; i_ker_x++) in arm_transpose_conv_s8() local
161 … if (i_ker_y >= 0 && i_ker_y < output_y && i_ker_x >= 0 && i_ker_x < output_x) in arm_transpose_conv_s8()
Darm_depthwise_conv_fast_s16.c116 for (int i_ker_x = base_idx_x; i_ker_x < base_idx_x + kernel_x; i_ker_x++) in arm_depthwise_conv_fast_s16() local
118 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_depthwise_conv_fast_s16()
125 … (int16_t *)(input + (i_ker_y * input_x + i_ker_x) * input_ch), in arm_depthwise_conv_fast_s16()
255 for (int i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_depthwise_conv_fast_s16() local
257 const int32_t idx_x = base_idx_x + i_ker_x; in arm_depthwise_conv_fast_s16()
Darm_convolve_s16.c114 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s16() local
117 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s16()
Darm_depthwise_conv_s16.c214 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s16_generic_s16() local
216 const int32_t idx_x = base_idx_x + dilation_x * i_ker_x; in depthwise_conv_s16_generic_s16()
218 … int32_t ker_idx_0 = (i_ker_y * kernel_x + i_ker_x) * (input_ch * ch_mult) + idx_out_ch; in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s4_opt.c120 for (int i_ker_x = base_idx_x; i_ker_x < base_idx_x + kernel_x; i_ker_x++) in arm_depthwise_conv_s4_opt() local
122 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_depthwise_conv_s4_opt()
129 input_slice + (i_ker_y * input_x + i_ker_x) * input_ch, in arm_depthwise_conv_s4_opt()
286 for (int i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_depthwise_conv_s4_opt() local
288 const int32_t idx_x = base_idx_x + i_ker_x; in arm_depthwise_conv_s4_opt()
Darm_convolve_s8.c139 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s8() local
142 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s8()
Darm_depthwise_conv_s8.c240 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s8_generic() local
242 const int32_t idx_x = base_idx_x + dilation_x * i_ker_x; in depthwise_conv_s8_generic()
244 … int32_t ker_idx_0 = (i_ker_y * kernel_x + i_ker_x) * (input_ch * ch_mult) + idx_out_ch; in depthwise_conv_s8_generic()