Searched refs:row_loop_cnt (Results 1 – 11 of 11) sorted by relevance
62 for (size_t row_loop_cnt = rhs_rows / 4; row_loop_cnt != 0; --row_loop_cnt) in arm_nn_vec_mat_mul_result_acc_s8_s16() local121 for (size_t row_loop_cnt = rhs_rows % 4; row_loop_cnt != 0; --row_loop_cnt) in arm_nn_vec_mat_mul_result_acc_s8_s16() local155 for (int32_t row_loop_cnt = rhs_rows / 2; row_loop_cnt != 0; --row_loop_cnt) in arm_nn_vec_mat_mul_result_acc_s8_s16() local258 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mul_result_acc_s8_s16() local260 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
66 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s4() local67 const int rhs_offset = rhs_cols * row_loop_cnt; in arm_nn_vec_mat_mult_t_s4()89 for (int32_t i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; ++i_row_loop_cnt) in arm_nn_vec_mat_mult_t_s4()91 const uint32x4_t scatter_offset = {0, 1, 2 * row_loop_cnt, 2 * row_loop_cnt + 1}; in arm_nn_vec_mat_mult_t_s4()105 acc2 += bias[2 * row_loop_cnt]; in arm_nn_vec_mat_mult_t_s4()209 acc3 += bias[2 * row_loop_cnt]; in arm_nn_vec_mat_mult_t_s4()304 for (int32_t i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; ++i_row_loop_cnt) in arm_nn_vec_mat_mult_t_s4()313 res1 += bias[2 * row_loop_cnt]; in arm_nn_vec_mat_mult_t_s4()398 *(dst + 2 * row_loop_cnt) = (int8_t)res1; in arm_nn_vec_mat_mult_t_s4()407 res1 += bias[2 * row_loop_cnt]; in arm_nn_vec_mat_mult_t_s4()[all …]
79 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_per_ch_s8() local82 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_per_ch_s8()183 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_per_ch_s8()190 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_per_ch_s8()304 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_per_ch_s8()306 for (int32_t i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_per_ch_s8()409 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_per_ch_s8() local412 for (int32_t i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_per_ch_s8()507 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_per_ch_s8()511 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_per_ch_s8()[all …]
79 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s8() local82 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_s8()182 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s8()189 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()302 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_s8()304 for (int32_t i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_s8()407 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s8() local410 for (int32_t i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_s8()501 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s8()505 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s8()[all …]
61 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s16_s16() local64 for (int32_t i_row_loop_count = 0; i_row_loop_count < row_loop_cnt; i_row_loop_count++) in arm_nn_vec_mat_mult_t_s16_s16()180 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s16_s16()182 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s16_s16()
69 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s16() local72 for (int32_t i_row_loop_count = 0; i_row_loop_count < row_loop_cnt; i_row_loop_count++) in arm_nn_vec_mat_mult_t_s16()218 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s16() local220 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s16()
67 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_svdf_s8() local69 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_svdf_s8()163 int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_svdf_s8() local168 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_svdf_s8()335 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_svdf_s8() local337 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_svdf_s8()
78 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mul_result_acc_s16() local81 for (int32_t i_row_loop_count = 0; i_row_loop_count < row_loop_cnt; i_row_loop_count++) in arm_nn_vec_mat_mul_result_acc_s16()217 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mul_result_acc_s16() local219 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mul_result_acc_s16()
71 const int32_t row_loop_cnt = (row_len + 7) / 8; in arm_nn_mat_mult_s8() local73 for (int i_row_loop = 0; i_row_loop < row_loop_cnt; i_row_loop++) in arm_nn_mat_mult_s8()131 const int32_t row_loop_cnt = (row_len + 7) / 8; in arm_nn_mat_mult_s8() local133 for (int i_row_loop = 0; i_row_loop < row_loop_cnt; i_row_loop++) in arm_nn_mat_mult_s8()
68 const int32_t row_loop_cnt = vector_rows / 5; in arm_vector_sum_s8_s64() local69 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_vector_sum_s8_s64()
70 const int32_t row_loop_cnt = vector_rows / 5; in arm_vector_sum_s8() local71 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_vector_sum_s8()