Home
last modified time | relevance | path

Searched refs:col_loop_cnt (Results 1 – 10 of 10) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16_s16.c62 int32_t col_loop_cnt = (rhs_cols + 7) / 8; in arm_nn_vec_mat_mult_t_s16_s16() local
79 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16_s16()
143 col_loop_cnt = (rhs_cols + 7) / 8; in arm_nn_vec_mat_mult_t_s16_s16()
150 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16_s16()
188 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s16_s16()
195 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s16_s16()
215 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s16_s16()
246 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s16_s16()
251 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s16_s16()
264 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s16_s16()
Darm_nn_vec_mat_mult_t_s16.c70 int32_t col_loop_cnt = (rhs_cols_fast + 7) / 8; in arm_nn_vec_mat_mult_t_s16() local
87 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16()
169 col_loop_cnt = (rhs_cols_fast + 7) / 8; in arm_nn_vec_mat_mult_t_s16()
176 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16()
228 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mult_t_s16() local
235 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s16()
256 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s16()
288 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mult_t_s16() local
293 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s16()
307 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mul_result_acc_s8_s16.c64 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
83 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
125 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
130 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
160 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
168 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mul_result_acc_s8_s16()
189 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
219 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
224 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mul_result_acc_s8_s16()
238 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
Darm_nn_vec_mat_mult_t_per_ch_s8.c89 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local
101 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_per_ch_s8()
148 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local
154 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_per_ch_s8()
200 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_per_ch_s8()
207 for (int32_t j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_per_ch_s8()
229 for (int32_t k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_per_ch_s8()
262 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_per_ch_s8()
267 for (int32_t i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_per_ch_s8()
281 for (int32_t j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_per_ch_s8()
[all …]
Darm_nn_vec_mat_mult_t_s8.c89 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
101 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()
147 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
153 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()
199 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8()
206 for (int32_t j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s8()
228 for (int32_t k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s8()
261 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8()
266 for (int32_t i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s8()
280 for (int32_t j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s8()
[all …]
Darm_nn_vec_mat_mul_result_acc_s16.c79 const int32_t col_loop_cnt = (rhs_cols_fast + 7) / 8; in arm_nn_vec_mat_mul_result_acc_s16() local
96 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mul_result_acc_s16()
179 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mul_result_acc_s16()
227 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mul_result_acc_s16() local
235 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mul_result_acc_s16()
256 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mul_result_acc_s16()
287 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mul_result_acc_s16() local
292 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mul_result_acc_s16()
306 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mul_result_acc_s16()
Darm_nn_vec_mat_mult_t_svdf_s8.c75 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local
88 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()
131 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local
137 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()
301 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_svdf_s8() local
304 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_svdf_s8()
317 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_svdf_s8()
Darm_nn_vec_mat_mult_t_s4.c86 const int32_t col_loop_cnt = rhs_cols >> 5; in arm_nn_vec_mat_mult_t_s4() local
109 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s4()
216 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s4()
615 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s4()
/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_vector_sum_s8_s64.c71 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8_s64() local
83 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8_s64()
121 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8_s64() local
125 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8_s64()
Darm_vector_sum_s8.c73 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local
85 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8()
132 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local
136 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8()