Home
last modified time | relevance | path

Searched refs:rhs_cols (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_svdf_s8.c57 const int32_t rhs_cols, in arm_nn_vec_mat_mult_t_svdf_s8() argument
63 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 …]
Darm_nn_vec_mat_mult_t_s8.c57 const int32_t rhs_cols, in arm_nn_vec_mat_mult_t_s8() argument
72 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 …]
Darm_nn_mat_mult_nt_t_s8.c56 const int32_t rhs_cols, in arm_nn_mat_mult_nt_t_s8() argument
63 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 …]
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_1x1_s8_fast.c151 const int32_t rhs_cols = input_dims->c; in arm_convolve_1x1_s8_fast() local
161 rhs_cols, in arm_convolve_1x1_s8_fast()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h329 const int32_t rhs_cols,
365 const int32_t rhs_cols,
399 const int32_t rhs_cols,