Searched refs:rhs_rows (Results 1 – 10 of 10) sorted by relevance
/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/ |
D | arm_convolve_1x1_s8.c | 71 const int32_t rhs_rows = output_dims->c; in arm_convolve_1x1_s8() local 75 const int32_t output_inc = output_dims->w * rhs_rows; in arm_convolve_1x1_s8() 93 rhs_rows, in arm_convolve_1x1_s8()
|
D | arm_convolve_1x1_s8_fast.c | 73 const int32_t rhs_rows = output_dims->c; in arm_convolve_1x1_s8_fast() local 83 rhs_rows, in arm_convolve_1x1_s8_fast()
|
D | arm_convolve_s8.c | 102 const int32_t rhs_rows = output_dims->c; in arm_convolve_s8() local 150 rhs_rows, in arm_convolve_s8() 157 out += lhs_rows * rhs_rows; in arm_convolve_s8() 211 rhs_rows, in arm_convolve_s8() 218 out += lhs_rows * rhs_rows; in arm_convolve_s8()
|
D | arm_convolve_1_x_n_s8.c | 104 const int32_t rhs_rows = output_dims->c; in arm_convolve_1_x_n_s8() local 146 rhs_rows, in arm_convolve_1_x_n_s8() 154 output_data += lhs_rows * rhs_rows; in arm_convolve_1_x_n_s8()
|
/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/ |
D | arm_nn_mat_mult_nt_t_s8.c | 55 const int32_t rhs_rows, in arm_nn_mat_mult_nt_t_s8() argument 68 for (int i = 0; i < rhs_rows; i++) in arm_nn_mat_mult_nt_t_s8() 143 …const uint32x4_t scatter_offset = {0, (uint32_t)rhs_rows, (uint32_t)rhs_rows * 2, (uint32_t)rhs_ro… in arm_nn_mat_mult_nt_t_s8() 148 dst += (3 * rhs_rows); in arm_nn_mat_mult_nt_t_s8() 156 for (int i = 0; i < rhs_rows; i++) in arm_nn_mat_mult_nt_t_s8() 210 const int32_t tail_rows = rhs_rows & 0x3; in arm_nn_mat_mult_nt_t_s8() 226 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() 435 dst_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8() 438 dst_ptr += rhs_rows; in arm_nn_mat_mult_nt_t_s8() 579 if (rhs_rows % 2) in arm_nn_mat_mult_nt_t_s8() [all …]
|
D | arm_nn_vec_mat_mul_result_acc_s8.c | 53 const int32_t rhs_rows, in arm_nn_vec_mat_mul_result_acc_s8() argument 62 const int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mul_result_acc_s8() 123 const int loop_cnt = rhs_rows % 4; in arm_nn_vec_mat_mul_result_acc_s8() 157 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mul_result_acc_s8() 217 if (rhs_rows & 0x1) in arm_nn_vec_mat_mul_result_acc_s8() 257 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mul_result_acc_s8() 309 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mul_result_acc_s8()
|
D | arm_nn_vec_mat_mult_t_s16.c | 57 const int32_t rhs_rows, in arm_nn_vec_mat_mult_t_s16() argument 71 int32_t row_loop_cnt = rhs_rows / 4; in arm_nn_vec_mat_mult_t_s16() 167 for (int8_t rows_left = rhs_rows & 0x3; rows_left > 0; rows_left--) in arm_nn_vec_mat_mult_t_s16() 220 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s16() 286 if (rhs_rows & 0x1) in arm_nn_vec_mat_mult_t_s16() 330 for (int i_row_loop_cnt = 0; i_row_loop_cnt < rhs_rows; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_s16()
|
D | arm_nn_vec_mat_mult_t_s8.c | 67 const int32_t rhs_rows, in arm_nn_vec_mat_mult_t_s8() argument 73 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_s8() 148 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_s8() 190 const int32_t row_loop_cnt = rhs_rows / 2; in arm_nn_vec_mat_mult_t_s8() 259 if (rhs_rows & 0x1) in arm_nn_vec_mat_mult_t_s8() 306 const int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_s8() 366 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 57 const int32_t rhs_rows, in arm_nn_vec_mat_mult_t_svdf_s8() argument 67 int32_t row_loop_cnt = rhs_rows / 3; in arm_nn_vec_mat_mult_t_svdf_s8() 127 const int loop_cnt = rhs_rows % 3; 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() 298 if (rhs_rows & 0x1) 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() 383 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_svdf_s8()
|
/cmsis-nn-3.6.0-3.5.0/Include/ |
D | arm_nnsupportfunctions.h | 365 const int32_t rhs_rows, 404 const int32_t rhs_rows, 433 const int32_t rhs_rows, 465 const int32_t rhs_rows, 1295 const int32_t rhs_rows,
|