Home
last modified time | relevance | path

Searched refs:row_loop_cnt (Results 1 – 11 of 11) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mul_result_acc_s8_s16.c62 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() local
121 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() local
155 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() local
258 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
260 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()
Darm_nn_vec_mat_mult_t_s4.c66 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s4() local
67 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 …]
Darm_nn_vec_mat_mult_t_per_ch_s8.c79 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_per_ch_s8() local
82 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() local
412 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 …]
Darm_nn_vec_mat_mult_t_s8.c79 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s8() local
82 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() local
410 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 …]
Darm_nn_vec_mat_mult_t_s16_s16.c61 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s16_s16() local
64 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()
Darm_nn_vec_mat_mult_t_s16.c69 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s16() local
72 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() local
220 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mult_t_svdf_s8.c67 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_svdf_s8() local
69 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() local
168 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() local
337 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()
Darm_nn_vec_mat_mul_result_acc_s16.c78 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mul_result_acc_s16() local
81 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() local
219 for (int32_t i = 0; i < row_loop_cnt; i++) in arm_nn_vec_mat_mul_result_acc_s16()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_mat_mult_s8.c71 const int32_t row_loop_cnt = (row_len + 7) / 8; in arm_nn_mat_mult_s8() local
73 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() local
133 for (int i_row_loop = 0; i_row_loop < row_loop_cnt; i_row_loop++) in arm_nn_mat_mult_s8()
/cmsis-nn-latest/Source/FullyConnectedFunctions/
Darm_vector_sum_s8_s64.c68 const int32_t row_loop_cnt = vector_rows / 5; in arm_vector_sum_s8_s64() local
69 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_vector_sum_s8_s64()
Darm_vector_sum_s8.c70 const int32_t row_loop_cnt = vector_rows / 5; in arm_vector_sum_s8() local
71 for (int i_row_loop_cnt = 0; i_row_loop_cnt < row_loop_cnt; i_row_loop_cnt++) in arm_vector_sum_s8()