Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_convolve_fast_s16.c110 …for (int32_t i_ker_x = i_out_x * stride_x - pad_x; i_ker_x < i_out_x * stride_x - pad_x + kernel_x; in arm_convolve_fast_s16() local
111 i_ker_x++) in arm_convolve_fast_s16()
113 if (i_ker_y < 0 || i_ker_y >= input_y || i_ker_x < 0 || i_ker_x >= input_x) in arm_convolve_fast_s16()
121 … (const int8_t *)(input_data + (i_ker_y * input_x + i_ker_x) * input_ch), in arm_convolve_fast_s16()
Darm_convolve_s16.c112 for (int32_t i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in arm_convolve_s16() local
115 const int32_t in_col = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s16()
121 … (i_ker_y * kernel_x + i_ker_x) * input_ch + i_input_ch]; in arm_convolve_s16()
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_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_s8.c121 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s8() local
124 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s8()
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_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()