Home
last modified time | relevance | path

Searched refs:out_idx (Results 1 – 4 of 4) sorted by relevance

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_convolve_1_x_n_s4.c107 int32_t out_idx = 0; in arm_convolve_1_x_n_s4() local
126 out_idx += lhs_rows; in arm_convolve_1_x_n_s4()
153 out_idx += lhs_rows; in arm_convolve_1_x_n_s4()
154 lhs_rows = output_x - out_idx; in arm_convolve_1_x_n_s4()
161 for (int i = out_idx; i < output_x; i++) in arm_convolve_1_x_n_s4()
Darm_depthwise_conv_3x3_s8.c95 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in arm_depthwise_conv_3x3_s8() local
232 output[out_idx++] = (int8_t)out_buff0; in arm_depthwise_conv_3x3_s8()
233 output[out_idx++] = (int8_t)out_buff1; in arm_depthwise_conv_3x3_s8()
234 output[out_idx++] = (int8_t)out_buff2; in arm_depthwise_conv_3x3_s8()
235 output[out_idx++] = (int8_t)out_buff3; in arm_depthwise_conv_3x3_s8()
271 output[out_idx++] = (int8_t)out_buff; in arm_depthwise_conv_3x3_s8()
Darm_depthwise_conv_s16.c65 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in depthwise_conv_s16_mult_4_s16() local
123 output[out_idx++] = (int16_t)out_buff32[0]; in depthwise_conv_s16_mult_4_s16()
124 output[out_idx++] = (int16_t)out_buff32[1]; in depthwise_conv_s16_mult_4_s16()
125 output[out_idx++] = (int16_t)out_buff32[2]; in depthwise_conv_s16_mult_4_s16()
126 output[out_idx++] = (int16_t)out_buff32[3]; in depthwise_conv_s16_mult_4_s16()
Darm_convolve_1_x_n_s8.c146 int32_t out_idx = lhs_rows; in arm_convolve_1_x_n_s8() local
174 out_idx += lhs_rows; in arm_convolve_1_x_n_s8()
177 lhs_rows = output_x - out_idx; in arm_convolve_1_x_n_s8()