Home
last modified time | relevance | path

Searched defs: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
134 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local
178 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_svdf_s8() local
223 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_s8.c72 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
134 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local
188 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8() local
250 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8() local