Searched refs:col_loop_cnt (Results 1 – 2 of 2) sorted by relevance
78 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local91 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() local140 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() local183 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() local226 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()
72 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local85 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() local140 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() local195 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() local255 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()