/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s16.c | 49 const int8_t *rhs, in arm_nn_vec_mat_mult_t_s16() argument 77 const int8_t *rhs_ptr_0 = rhs; in arm_nn_vec_mat_mult_t_s16() 78 const int8_t *rhs_ptr_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s16() 79 const int8_t *rhs_ptr_2 = rhs + rhs_cols * 2; in arm_nn_vec_mat_mult_t_s16() 80 const int8_t *rhs_ptr_3 = rhs + rhs_cols * 3; in arm_nn_vec_mat_mult_t_s16() 162 rhs += 4 * rhs_cols; in arm_nn_vec_mat_mult_t_s16() 172 const int8_t *rhs_ptr = rhs; in arm_nn_vec_mat_mult_t_s16() 213 rhs += rhs_cols; in arm_nn_vec_mat_mult_t_s16() 231 const int8_t *rhs_0 = rhs; in arm_nn_vec_mat_mult_t_s16() 232 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s16() [all …]
|
D | arm_nn_vec_mat_mult_t_s8.c | 59 const int8_t *rhs, in arm_nn_vec_mat_mult_t_s8() argument 90 const int8_t *rhs_0_ptr = rhs; in arm_nn_vec_mat_mult_t_s8() 91 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() 92 const int8_t *rhs_2_ptr = rhs + 2 * rhs_cols; in arm_nn_vec_mat_mult_t_s8() 93 const int8_t *rhs_3_ptr = rhs + 3 * rhs_cols; in arm_nn_vec_mat_mult_t_s8() 133 rhs += 4 * rhs_cols; in arm_nn_vec_mat_mult_t_s8() 160 const int8_t *rhs_ptr = rhs; in arm_nn_vec_mat_mult_t_s8() 177 rhs += rhs_cols; in arm_nn_vec_mat_mult_t_s8() 221 const int8_t *rhs_0_ptr = rhs; in arm_nn_vec_mat_mult_t_s8() 222 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() [all …]
|
D | arm_nn_mat_mult_nt_t_s8_s32.c | 49 const int8_t *rhs, in arm_nn_mat_mult_nt_t_s8_s32() argument 68 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() 109 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() 127 rhs += 16; in arm_nn_mat_mult_nt_t_s8_s32() 139 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() 180 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() 210 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() 247 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() 268 rhs += 8; in arm_nn_mat_mult_nt_t_s8_s32() 280 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8_s32() [all …]
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 50 const int8_t *rhs, in arm_nn_vec_mat_mult_t_svdf_s8() argument 78 const int8_t *rhs_0 = rhs; in arm_nn_vec_mat_mult_t_svdf_s8() 79 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() 80 const int8_t *rhs_2 = rhs + 2 * rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() 112 rhs += 3 * rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() 133 const int8_t *rhs_0 = rhs; in arm_nn_vec_mat_mult_t_svdf_s8() 150 rhs += rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() 174 const int8_t *rhs_0 = rhs; in arm_nn_vec_mat_mult_t_svdf_s8() 175 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() 176 rhs += 2 * rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() [all …]
|
D | arm_nn_mat_mult_nt_t_s16.c | 49 const int8_t *rhs, in arm_nn_mat_mult_nt_t_s16() argument 87 const int8_t *col_base = rhs + i * rhs_cols; in arm_nn_mat_mult_nt_t_s16() 167 col_base = rhs + i * rhs_cols + MAX_COL_COUNT; in arm_nn_mat_mult_nt_t_s16() 220 const int8_t *col_base = rhs + i * rhs_cols; in arm_nn_mat_mult_nt_t_s16() 285 const int8_t *col_base = rhs + i * rhs_cols; in arm_nn_mat_mult_nt_t_s16() 313 col_base = rhs + i * rhs_cols + MAX_COL_COUNT; in arm_nn_mat_mult_nt_t_s16() 341 (void)rhs; in arm_nn_mat_mult_nt_t_s16()
|
D | arm_nn_depthwise_conv_nt_t_s16.c | 48 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_s16() argument 67 const int8_t *rhs_0 = rhs + offset; in arm_nn_depthwise_conv_nt_t_s16() 156 (void)rhs; in arm_nn_depthwise_conv_nt_t_s16()
|
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 57 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_padded_s8() argument 88 const int8_t *rhs_0 = rhs + offset; in arm_nn_depthwise_conv_nt_t_padded_s8() 158 (void)rhs; in arm_nn_depthwise_conv_nt_t_padded_s8()
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 48 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_s8() argument 79 const int8_t *rhs_0 = rhs + offset; in arm_nn_depthwise_conv_nt_t_s8() 151 (void)rhs; in arm_nn_depthwise_conv_nt_t_s8()
|
D | arm_nn_mat_mult_nt_t_s8.c | 49 const int8_t *rhs, in arm_nn_mat_mult_nt_t_s8() argument 80 const int8_t *col_base = rhs + i * rhs_cols; in arm_nn_mat_mult_nt_t_s8() 162 const int8_t *col_base = rhs + i * rhs_cols; in arm_nn_mat_mult_nt_t_s8() 240 lhs_offset_contribution0 += rhs[x]; in arm_nn_mat_mult_nt_t_s8() 241 lhs_offset_contribution1 += rhs[x + rhs_cols]; in arm_nn_mat_mult_nt_t_s8() 256 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8() 453 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8() 579 rhs += 2 * rhs_cols; in arm_nn_mat_mult_nt_t_s8() 590 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_mat_mult_nt_t_s8() 636 lhs_offset_contribution0 += rhs[x]; in arm_nn_mat_mult_nt_t_s8() [all …]
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 50 const int8_t *rhs, in arm_nn_depthwise_conv_nt_t_s4() argument 83 const int8_t *rhs_0 = rhs + (offset >> 1); in arm_nn_depthwise_conv_nt_t_s4() 209 (void)rhs; in arm_nn_depthwise_conv_nt_t_s4()
|
D | arm_nn_vec_mat_mul_result_acc_s16.c | 49 const int8_t *rhs, in arm_nn_vec_mat_mul_result_acc_s16() argument 65 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_vec_mat_mul_result_acc_s16()
|
D | arm_nn_vec_mat_mul_result_acc_s8_s16.c | 44 const int8_t *rhs, in arm_nn_vec_mat_mul_result_acc_s8_s16() argument 57 const int8_t *rhs_ptr = &rhs[0]; in arm_nn_vec_mat_mul_result_acc_s8_s16()
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 450 const int8_t *rhs, 496 const int8_t *rhs, 543 const int8_t *rhs, 575 const int8_t *rhs, 642 const int8_t *rhs, 675 const int8_t *rhs, 706 const int8_t *rhs, 747 const int8_t *rhs, 790 const int8_t *rhs, 834 const int8_t *rhs, [all …]
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4_opt.c | 480 int8_t rhs = row_pos[i * (input_ch >> 1) + col_index]; in arm_depthwise_conv_s4_opt() local 486 rhs0 = (int8_t)(rhs << 4) >> 4; in arm_depthwise_conv_s4_opt() 491 rhs0 = rhs >> 4; in arm_depthwise_conv_s4_opt() 653 int8_t rhs = row_pos[i * (input_ch >> 1)]; in arm_depthwise_conv_s4_opt() local 655 int8_t rhs_low = (int8_t)(rhs << 4) >> 4; in arm_depthwise_conv_s4_opt() 656 int8_t rhs_high = rhs >> 4; in arm_depthwise_conv_s4_opt()
|