Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_vector_sum_s8.c72 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local
122 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local
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
/cmsis-nn-latest/Source/NNSupportFunctions/
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_s8.c87 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
158 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
437 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
502 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() 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_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_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_s4.c86 const int32_t col_loop_cnt = rhs_cols >> 5; in arm_nn_vec_mat_mult_t_s4() local