Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c92 … for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch += 2, idx_out_ch_s4++) in depthwise_conv_s4_generic() local
130 acc_0 = bias[i_input_ch]; in depthwise_conv_s4_generic()
131 acc_1 = bias[i_input_ch + 1]; in depthwise_conv_s4_generic()
138 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic()
161 … acc_0 = arm_nn_requantize(acc_0, output_mult[i_input_ch], output_shift[i_input_ch]); in depthwise_conv_s4_generic()
167 … acc_1 = arm_nn_requantize(acc_1, output_mult[i_input_ch + 1], output_shift[i_input_ch + 1]); in depthwise_conv_s4_generic()
177 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_s4_generic() local
181 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic()
229 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic()
270 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_s4_generic() local
[all …]
Darm_depthwise_conv_s16.c166 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_s16_generic_s16() local
170 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s16_generic_s16()
217 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s8.c194 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_s8_generic() local
198 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s8_generic()
243 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s8_generic()