Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8.c55 const int32_t rhs_rows, in arm_nn_mat_mult_nt_t_s8() argument
65 for (int32_t rhs_rows_idx = 0; rhs_rows_idx <= (rhs_rows - 2); rhs_rows_idx += 2) in arm_nn_mat_mult_nt_t_s8()
246 dst_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8()
249 dst_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8()
370 if (rhs_rows % 2) in arm_nn_mat_mult_nt_t_s8()
381 res00 = bias[rhs_rows - 1]; in arm_nn_mat_mult_nt_t_s8()
396 … res00 = arm_nn_requantize(res00, dst_multipliers[rhs_rows - 1], dst_shifts[rhs_rows - 1]); in arm_nn_mat_mult_nt_t_s8()
406 dst_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8()
410 for (int32_t rhs_rows_idx = 0; rhs_rows_idx <= (rhs_rows - 2); rhs_rows_idx += 2) in arm_nn_mat_mult_nt_t_s8()
484 dst_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8()
[all …]
Darm_nn_vec_mat_mult_t_svdf_s8.c58 const int32_t rhs_rows, in arm_nn_vec_mat_mult_t_svdf_s8() argument
70 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_svdf_s8()
130 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_svdf_s8()
166 int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_svdf_s8()
220 if (rhs_rows & 0x1) in arm_nn_vec_mat_mult_t_svdf_s8()
255 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_svdf_s8()
303 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_svdf_s8()
Darm_nn_vec_mat_mult_t_s8.c58 const int32_t rhs_rows, in arm_nn_vec_mat_mult_t_s8() argument
64 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_s8()
130 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_s8()
172 int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s8()
243 if (rhs_rows & 0x1) in arm_nn_vec_mat_mult_t_s8()
290 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_s8()
349 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_1x1_s8_fast.c150 const int32_t rhs_rows = output_dims->c; in arm_convolve_1x1_s8_fast() local
160 rhs_rows, in arm_convolve_1x1_s8_fast()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h328 const int32_t rhs_rows,
366 const int32_t rhs_rows,
400 const int32_t rhs_rows,