Searched refs:col_loop_cnt (Results 1 – 10 of 10) sorted by relevance
62 int32_t col_loop_cnt = (rhs_cols + 7) / 8; in arm_nn_vec_mat_mult_t_s16_s16() local79 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16_s16()143 col_loop_cnt = (rhs_cols + 7) / 8; in arm_nn_vec_mat_mult_t_s16_s16()150 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16_s16()188 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s16_s16()195 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s16_s16()215 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s16_s16()246 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s16_s16()251 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s16_s16()264 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s16_s16()
70 int32_t col_loop_cnt = (rhs_cols_fast + 7) / 8; in arm_nn_vec_mat_mult_t_s16() local87 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16()169 col_loop_cnt = (rhs_cols_fast + 7) / 8; in arm_nn_vec_mat_mult_t_s16()176 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mult_t_s16()228 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mult_t_s16() local235 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s16()256 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s16()288 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mult_t_s16() local293 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s16()307 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s16()
64 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mul_result_acc_s8_s16() local83 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mul_result_acc_s8_s16()125 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mul_result_acc_s8_s16() local130 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mul_result_acc_s8_s16()160 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mul_result_acc_s8_s16() local168 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mul_result_acc_s8_s16()189 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mul_result_acc_s8_s16()219 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mul_result_acc_s8_s16() local224 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mul_result_acc_s8_s16()238 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
89 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local101 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_per_ch_s8()148 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_per_ch_s8() local154 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_per_ch_s8()200 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_per_ch_s8()207 for (int32_t j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_per_ch_s8()229 for (int32_t k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_per_ch_s8()262 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_per_ch_s8()267 for (int32_t i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_per_ch_s8()281 for (int32_t j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_per_ch_s8()[all …]
89 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local101 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()147 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8() local153 for (int32_t i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()199 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8()206 for (int32_t j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s8()228 for (int32_t k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mult_t_s8()261 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_s8()266 for (int32_t i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_s8()280 for (int32_t j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s8()[all …]
79 const int32_t col_loop_cnt = (rhs_cols_fast + 7) / 8; in arm_nn_vec_mat_mul_result_acc_s16() local96 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mul_result_acc_s16()179 for (int i_col_loop_cnt = 0; i_col_loop_cnt < col_loop_cnt; i_col_loop_cnt++) in arm_nn_vec_mat_mul_result_acc_s16()227 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mul_result_acc_s16() local235 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mul_result_acc_s16()256 for (int k = col_loop_cnt * 4; k < rhs_cols; k++) in arm_nn_vec_mat_mul_result_acc_s16()287 const int32_t col_loop_cnt = rhs_cols_fast / 4; in arm_nn_vec_mat_mul_result_acc_s16() local292 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mul_result_acc_s16()306 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mul_result_acc_s16()
75 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local88 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()131 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8() local137 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()301 const int32_t col_loop_cnt = rhs_cols / 4; in arm_nn_vec_mat_mult_t_svdf_s8() local304 for (int i = col_loop_cnt; i != 0; i--) in arm_nn_vec_mat_mult_t_svdf_s8()317 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_svdf_s8()
86 const int32_t col_loop_cnt = rhs_cols >> 5; in arm_nn_vec_mat_mult_t_s4() local109 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s4()216 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s4()615 for (int i = 0; i < col_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s4()
71 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8_s64() local83 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8_s64()121 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8_s64() local125 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8_s64()
73 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local85 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8()132 const int32_t col_loop_cnt = (vector_cols + 15) / 16; in arm_vector_sum_s8() local136 for (int i = 0; i < col_loop_cnt; i++) in arm_vector_sum_s8()