Searched refs:col_count (Results 1 – 10 of 10) sorted by relevance
89 uint16_t col_count = num_col_a_fast / 4; in arm_nn_mat_mult_kernel_s16() local92 while (col_count) in arm_nn_mat_mult_kernel_s16()114 col_count--; in arm_nn_mat_mult_kernel_s16()116 col_count = num_col_a_fast & 0x3; in arm_nn_mat_mult_kernel_s16()118 int32_t col_count = num_col_a_fast; in arm_nn_mat_mult_kernel_s16() local121 while (col_count) in arm_nn_mat_mult_kernel_s16()132 col_count--; in arm_nn_mat_mult_kernel_s16()180 col_count = num_col_a_slow; in arm_nn_mat_mult_kernel_s16()181 while (col_count) in arm_nn_mat_mult_kernel_s16()192 col_count--; in arm_nn_mat_mult_kernel_s16()[all …]
87 int32_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_row_offset_s8_s16() local89 while (col_count) in arm_nn_mat_mult_kernel_row_offset_s8_s16()111 col_count--; in arm_nn_mat_mult_kernel_row_offset_s8_s16()114 col_count = num_col_a & 0x3; in arm_nn_mat_mult_kernel_row_offset_s8_s16()117 int32_t col_count = num_col_a; in arm_nn_mat_mult_kernel_row_offset_s8_s16() local119 while (col_count) in arm_nn_mat_mult_kernel_row_offset_s8_s16()130 col_count--; in arm_nn_mat_mult_kernel_row_offset_s8_s16()184 int32_t col_count = num_col_a >> 2; in arm_nn_mat_mult_kernel_row_offset_s8_s16() local185 while (col_count) in arm_nn_mat_mult_kernel_row_offset_s8_s16()201 col_count--; in arm_nn_mat_mult_kernel_row_offset_s8_s16()[all …]
84 int32_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s8_s16() local86 while (col_count) in arm_nn_mat_mult_kernel_s8_s16()108 col_count--; in arm_nn_mat_mult_kernel_s8_s16()110 col_count = num_col_a & 0x3; in arm_nn_mat_mult_kernel_s8_s16()112 int32_t col_count = num_col_a; in arm_nn_mat_mult_kernel_s8_s16() local114 while (col_count) in arm_nn_mat_mult_kernel_s8_s16()125 col_count--; in arm_nn_mat_mult_kernel_s8_s16()179 int32_t col_count = num_col_a >> 2; in arm_nn_mat_mult_kernel_s8_s16() local180 while (col_count) in arm_nn_mat_mult_kernel_s8_s16()196 col_count--; in arm_nn_mat_mult_kernel_s8_s16()[all …]
88 int32_t col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s4_s16() local91 while (col_count) in arm_nn_mat_mult_kernel_s4_s16()115 col_count--; in arm_nn_mat_mult_kernel_s4_s16()117 col_count = (num_col_a & 0x3) >> 1; in arm_nn_mat_mult_kernel_s4_s16()119 int32_t col_count = num_col_a >> 1; in arm_nn_mat_mult_kernel_s4_s16() local121 while (col_count) in arm_nn_mat_mult_kernel_s4_s16()147 col_count--; in arm_nn_mat_mult_kernel_s4_s16()235 col_count = num_col_a / 4; in arm_nn_mat_mult_kernel_s4_s16()237 while (col_count) in arm_nn_mat_mult_kernel_s4_s16()261 col_count--; in arm_nn_mat_mult_kernel_s4_s16()[all …]
219 int32_t col_count = rhs_cols >> 2; in arm_convolve_s16()221 while (col_count) in arm_convolve_s16()233 col_count--; in arm_convolve_s16()236 col_count = rhs_cols & 0x3; in arm_convolve_s16()238 uint16_t col_count = rhs_cols; in arm_convolve_s16()242 while (col_count) in arm_convolve_s16()247 col_count--; in arm_convolve_s16()
271 uint16_t col_count = rhs_cols / 4; in arm_convolve_s4()272 while (col_count) in arm_convolve_s4()284 col_count--; in arm_convolve_s4()286 col_count = (rhs_cols & 0x3) >> 1; in arm_convolve_s4()288 uint16_t col_count = rhs_cols >> 1; in arm_convolve_s4()291 while (col_count) in arm_convolve_s4()303 col_count--; in arm_convolve_s4()
288 uint16_t col_count = rhs_cols / 4; in arm_convolve_s8()289 while (col_count) in arm_convolve_s8()301 col_count--; in arm_convolve_s8()304 col_count = rhs_cols & 0x3; in arm_convolve_s8()306 uint16_t col_count = rhs_cols; in arm_convolve_s8()309 while (col_count) in arm_convolve_s8()315 col_count--; in arm_convolve_s8()
335 uint16_t col_count = num_cols / 2; in arm_depthwise_conv_s4_opt() local342 while (col_count) in arm_depthwise_conv_s4_opt()407 col_count--; in arm_depthwise_conv_s4_opt()410 col_count = num_cols & 0x1; in arm_depthwise_conv_s4_opt()412 while (col_count) in arm_depthwise_conv_s4_opt()433 col_count--; in arm_depthwise_conv_s4_opt()535 uint16_t col_count = num_cols / 2; in arm_depthwise_conv_s4_opt() local543 while (col_count) in arm_depthwise_conv_s4_opt()580 col_count--; in arm_depthwise_conv_s4_opt()583 col_count = num_cols & 0x1; in arm_depthwise_conv_s4_opt()[all …]
288 uint16_t col_count = (kernel_x * kernel_y) / 2; in arm_depthwise_conv_s8_opt() local293 while (col_count) in arm_depthwise_conv_s8_opt()332 col_count--; in arm_depthwise_conv_s8_opt()335 col_count = (kernel_x * kernel_y) & 0x1; in arm_depthwise_conv_s8_opt()336 while (col_count) in arm_depthwise_conv_s8_opt()346 col_count--; in arm_depthwise_conv_s8_opt()384 const uint16_t col_count = (kernel_x * kernel_y); in arm_depthwise_conv_s8_opt() local387 for (int i = 0; i < col_count; i++) in arm_depthwise_conv_s8_opt()
298 uint16_t col_count = (kernel_x * kernel_y) / 2; in arm_depthwise_conv_fast_s16() local303 while (col_count) in arm_depthwise_conv_fast_s16()342 col_count--; in arm_depthwise_conv_fast_s16()345 col_count = (kernel_x * kernel_y) & 0x1; in arm_depthwise_conv_fast_s16()346 while (col_count) in arm_depthwise_conv_fast_s16()356 col_count--; in arm_depthwise_conv_fast_s16()401 const uint16_t col_count = (kernel_x * kernel_y); in arm_depthwise_conv_fast_s16() local404 for (int i = 0; i < col_count; i++) in arm_depthwise_conv_fast_s16()