Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c135 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s4_generic() local
141 … (i_ker_y * kernel_x + ker_x_start) * kernel_index_offset + idx_out_ch_s4; in depthwise_conv_s4_generic()
226 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s4_generic() local
232 … (i_ker_y * kernel_x + ker_x_start) * (kernel_index_offset * ch_mult) + in depthwise_conv_s4_generic()
319 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s4_generic() local
325 … (i_ker_y * kernel_x + ker_x_start) * (kernel_index_offset * ch_mult) + in depthwise_conv_s4_generic()
429 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s4_generic() local
435 … (i_ker_y * kernel_x + ker_x_start) * (kernel_index_offset * ch_mult) + in depthwise_conv_s4_generic()
Darm_convolve_s4.c113 for (int32_t i_ker_y = 0; i_ker_y < kernel_y; i_ker_y++) in arm_convolve_s4() local
117 const int32_t k_y = base_idx_y + dilation_y * i_ker_y; in arm_convolve_s4()
197 for (int32_t i_ker_y = 0; i_ker_y < kernel_y; i_ker_y++) in arm_convolve_s4()
201 const int32_t k_y = base_idx_y + dilation_y * i_ker_y; in arm_convolve_s4()
Darm_depthwise_conv_s8_opt.c117 for (int i_ker_y = base_idx_y; i_ker_y < base_idx_y + kernel_y; i_ker_y++) 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()
240 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_s8_opt() local
242 const int32_t idx_y = base_idx_y + i_ker_y; in arm_depthwise_conv_s8_opt()
Darm_transpose_conv_s8.c157 for (int32_t i_ker_y = i_pad_y; i_ker_y < i_pad_y + kernel_y; i_ker_y++) 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.c114 for (int i_ker_y = base_idx_y; i_ker_y < base_idx_y + kernel_y; i_ker_y++) 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()
251 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_fast_s16() local
253 const int32_t idx_y = base_idx_y + i_ker_y; in arm_depthwise_conv_fast_s16()
Darm_convolve_s16.c112 for (int32_t i_ker_y = 0; i_ker_y < kernel_y; i_ker_y++) in arm_convolve_s16() local
116 const int32_t k_y = base_idx_y + dilation_y * i_ker_y; in arm_convolve_s16()
Darm_depthwise_conv_s16.c211 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s16_generic_s16() local
213 const int32_t idx_y = base_idx_y + dilation_y * i_ker_y; 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.c118 for (int i_ker_y = base_idx_y; i_ker_y < base_idx_y + kernel_y; i_ker_y++) 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()
282 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_s4_opt() local
284 const int32_t idx_y = base_idx_y + i_ker_y; in arm_depthwise_conv_s4_opt()
Darm_convolve_s8.c137 for (int32_t i_ker_y = 0; i_ker_y < kernel_y; i_ker_y++) in arm_convolve_s8() local
141 const int32_t k_y = base_idx_y + dilation_y * i_ker_y; in arm_convolve_s8()
Darm_depthwise_conv_s8.c237 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s8_generic() local
239 const int32_t idx_y = base_idx_y + dilation_y * i_ker_y; 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()