Home
last modified time | relevance | path

Searched refs:rhs_1 (Results 1 – 4 of 4) sorted by relevance

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_svdf_s8.c79 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() local
99 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1, p); in arm_nn_vec_mat_mult_t_svdf_s8()
109 rhs_1 += 16; 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() local
196 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
211 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
226 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
241 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
265 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
282 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
[all …]
Darm_nn_vec_mat_mul_result_acc_s8.c73 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mul_result_acc_s8() local
89 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1, p); in arm_nn_vec_mat_mul_result_acc_s8()
100 rhs_1 += 16; in arm_nn_vec_mat_mul_result_acc_s8()
168 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mul_result_acc_s8() local
185 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mul_result_acc_s8()
199 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mul_result_acc_s8()
200 rhs_1++; in arm_nn_vec_mat_mul_result_acc_s8()
Darm_nn_vec_mat_mult_t_s8.c86 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
112 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1, p); in arm_nn_vec_mat_mult_t_s8()
122 rhs_1 += 16; in arm_nn_vec_mat_mult_t_s8()
208 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8()
225 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_s8()
239 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_s8()
240 rhs_1++; in arm_nn_vec_mat_mult_t_s8()
Darm_nn_vec_mat_mult_t_s16.c234 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s16() local
249 rhs_1 = read_and_pad(rhs_1, &ker_0, &ker_1); in arm_nn_vec_mat_mult_t_s16()
264 acc_64_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_s16()
265 rhs_1++; in arm_nn_vec_mat_mult_t_s16()