Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_svdf_s8.c78 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local
91 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()
134 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local
140 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()
178 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_svdf_s8() local
183 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_svdf_s8()
199 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_svdf_s8()
223 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_svdf_s8() local
226 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_svdf_s8()
237 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_s8.c72 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
85 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()
134 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
140 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()
188 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8() local
195 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s8()
217 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s8()
250 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8() local
255 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s8()
269 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s8()