Searched refs:i_ker_x (Results 1 – 10 of 10) sorted by relevance
115 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s4() local118 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()
143 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local235 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local328 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local438 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s4_generic() local
119 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() local121 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() local246 const int32_t idx_x = base_idx_x + i_ker_x; in arm_depthwise_conv_s8_opt()
159 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() local161 … if (i_ker_y >= 0 && i_ker_y < output_y && i_ker_x >= 0 && i_ker_x < output_x) in arm_transpose_conv_s8()
116 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() local118 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() local257 const int32_t idx_x = base_idx_x + i_ker_x; in arm_depthwise_conv_fast_s16()
114 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s16() local117 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s16()
214 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s16_generic_s16() local216 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()
120 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() local122 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() local288 const int32_t idx_x = base_idx_x + i_ker_x; in arm_depthwise_conv_s4_opt()
139 for (int32_t i_ker_x = 0; i_ker_x < kernel_x; i_ker_x++) in arm_convolve_s8() local142 const int32_t k_x = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s8()
240 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s8_generic() local242 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()