Home
last modified time | relevance | path

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

/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
121 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8_s64() local
Darm_vector_sum_s8.c73 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local
132 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local
/cmsis-nn-latest/Source/NNSupportFunctions/
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
148 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local
419 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local
475 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local
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
147 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
417 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
470 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
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
125 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
160 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
219 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
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
228 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mult_t_s16() local
288 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mult_t_s16() local
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
227 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mul_result_acc_s16() local
287 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mul_result_acc_s16() local
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
131 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local
301 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_svdf_s8() local
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
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