Searched refs:rhs_cols (Results 1 – 5 of 5) sorted by relevance
57 const int32_t rhs_cols, in arm_nn_vec_mat_mult_t_svdf_s8() argument63 if (rhs_cols < 0 || (Q31_MAX - rhs_cols) < 16 || dst_offset < 0) in arm_nn_vec_mat_mult_t_svdf_s8()78 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_svdf_s8()82 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8()83 const int8_t *rhs_2 = rhs + 2 * rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8()89 uint32_t col_cnt = (uint32_t)rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8()115 rhs += 3 * rhs_cols; 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()138 uint32_t col_cnt = (uint32_t)rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8()153 rhs += rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8()[all …]
57 const int32_t rhs_cols, in arm_nn_vec_mat_mult_t_s8() argument72 const int32_t col_loop_cnt = (rhs_cols + 15) / 16; in arm_nn_vec_mat_mult_t_s8()76 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8()77 const int8_t *rhs_2 = rhs + 2 * rhs_cols; in arm_nn_vec_mat_mult_t_s8()83 uint32_t col_cnt = (uint32_t)rhs_cols; in arm_nn_vec_mat_mult_t_s8()109 rhs += 3 * rhs_cols; 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()138 uint32_t col_cnt = (uint32_t)rhs_cols; in arm_nn_vec_mat_mult_t_s8()153 rhs += rhs_cols; 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()[all …]
56 const int32_t rhs_cols, in arm_nn_mat_mult_nt_t_s8() argument63 const int32_t off0 = rhs_cols - 4; in arm_nn_mat_mult_nt_t_s8()73 for (int32_t x = 0; x < rhs_cols; ++x) in arm_nn_mat_mult_nt_t_s8()76 lhs_offset_contribution1 += rhs[x + rhs_cols]; in arm_nn_mat_mult_nt_t_s8()102 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_mat_mult_nt_t_s8()205 for (; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_mat_mult_nt_t_s8()208 q7_t rhs_value1 = rhs_ptr[rhs_cols]; in arm_nn_mat_mult_nt_t_s8()214 lhs_value = lhs_ptr[rhs_cols]; in arm_nn_mat_mult_nt_t_s8()251 lhs_ptr += rhs_cols; in arm_nn_mat_mult_nt_t_s8()267 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_mat_mult_nt_t_s8()[all …]
151 const int32_t rhs_cols = input_dims->c; in arm_convolve_1x1_s8_fast() local161 rhs_cols, in arm_convolve_1x1_s8_fast()
329 const int32_t rhs_cols,365 const int32_t rhs_cols,399 const int32_t rhs_cols,