Home
last modified time | relevance | path

Searched refs:rhs (Results 1 – 14 of 14) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16.c49 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 …]
Darm_nn_vec_mat_mult_t_s8.c59 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 …]
Darm_nn_mat_mult_nt_t_s8_s32.c49 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 …]
Darm_nn_vec_mat_mult_t_svdf_s8.c50 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 …]
Darm_nn_mat_mult_nt_t_s16.c49 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()
Darm_nn_depthwise_conv_nt_t_s16.c48 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()
Darm_nn_depthwise_conv_nt_t_padded_s8.c57 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()
Darm_nn_depthwise_conv_nt_t_s8.c48 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()
Darm_nn_mat_mult_nt_t_s8.c49 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 …]
Darm_nn_depthwise_conv_nt_t_s4.c50 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()
Darm_nn_vec_mat_mul_result_acc_s16.c49 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()
Darm_nn_vec_mat_mul_result_acc_s8_s16.c44 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/
Darm_nnsupportfunctions.h450 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/
Darm_depthwise_conv_s4_opt.c480 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()