Home
last modified time | relevance | path

Searched refs:rhs_cols_idx (Results 1 – 9 of 9) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c78 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
112 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
149 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
183 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
218 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
252 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
286 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
311 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
342 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
366 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8_s32() local
[all …]
Darm_nn_mat_mult_nt_t_s8.c263 int32_t rhs_cols_idx = 0; 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()
370 for (; rhs_cols_idx <= (rhs_cols - 4); rhs_cols_idx += 4) in arm_nn_mat_mult_nt_t_s8()
398 for (; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_mat_mult_nt_t_s8()
458 int32_t rhs_cols_idx = 0; in arm_nn_mat_mult_nt_t_s8()
461 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_mat_mult_nt_t_s8()
528 for (; rhs_cols_idx <= (rhs_cols - 4); rhs_cols_idx += 4) in arm_nn_mat_mult_nt_t_s8()
548 for (; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_mat_mult_nt_t_s8()
597 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_mat_mult_nt_t_s8()
659 for (int32_t rhs_cols_idx = rhs_cols; rhs_cols_idx != 0; rhs_cols_idx--) in arm_nn_mat_mult_nt_t_s8()
[all …]
Darm_nn_vec_mat_mult_t_svdf_s8.c178 int32_t rhs_cols_idx = 0; in arm_nn_vec_mat_mult_t_svdf_s8() local
185 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_vec_mat_mult_t_svdf_s8()
251 for (; rhs_cols_idx <= (rhs_cols - 4); rhs_cols_idx += 4) in arm_nn_vec_mat_mult_t_svdf_s8()
276 for (; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_svdf_s8()
347 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_svdf_s8() local
392 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_svdf_s8() local
Darm_nn_mat_mult_nt_t_s4.c402 int32_t rhs_cols_idx = 0; in arm_nn_mat_mult_nt_t_s4()
406 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_mat_mult_nt_t_s4()
504 for (; rhs_cols_idx <= (rhs_cols - 4); rhs_cols_idx += 4) in arm_nn_mat_mult_nt_t_s4()
529 for (; rhs_cols_idx <= rhs_cols - 2; rhs_cols_idx += 2) in arm_nn_mat_mult_nt_t_s4()
624 rhs_cols_idx = 0; in arm_nn_mat_mult_nt_t_s4()
626 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_mat_mult_nt_t_s4()
724 for (; rhs_cols_idx <= (rhs_cols - 4); rhs_cols_idx += 4) in arm_nn_mat_mult_nt_t_s4()
749 for (; rhs_cols_idx <= rhs_cols - 2; rhs_cols_idx += 2) in arm_nn_mat_mult_nt_t_s4()
830 int32_t rhs_cols_idx = 0; in arm_nn_mat_mult_nt_t_s4()
834 for (; rhs_cols_idx <= (rhs_cols - 16); rhs_cols_idx += 16) in arm_nn_mat_mult_nt_t_s4()
[all …]
Darm_nn_vec_mat_mult_t_s4.c317 for (int rhs_cols_idx = 0; rhs_cols_idx < (rhs_cols / 4); ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s4() local
411 for (int rhs_cols_idx = 0; rhs_cols_idx < rhs_cols / 4; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s4() local
487 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols / 2; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s4() local
560 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols / 2; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s4() local
652 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols_offset / 4; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s4() local
683 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols_offset / 2; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s4() local
Darm_nn_vec_mat_mul_result_acc_s8_s16.c274 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mul_result_acc_s8_s16() local
318 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mul_result_acc_s8_s16() local
Darm_nn_vec_mat_mult_t_s8.c339 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s8()
395 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s8()
676 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s8()
731 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s8()
Darm_nn_vec_mat_mult_t_s16.c335 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mul_result_acc_s16.c332 for (int32_t rhs_cols_idx = 0; rhs_cols_idx < rhs_cols; ++rhs_cols_idx) in arm_nn_vec_mat_mul_result_acc_s16() local