Home
last modified time | relevance | path

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

/cmsis-nn-latest/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_s16.c69 const int8_t *rhs_1 = rhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
93 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1, p); in arm_nn_vec_mat_mul_result_acc_s8_s16()
104 rhs_1 += 16; in arm_nn_vec_mat_mul_result_acc_s8_s16()
165 const int8_t *rhs_1 = rhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
181 ker_0 = arm_nn_read_s8x4_ia(&rhs_1); in arm_nn_vec_mat_mul_result_acc_s8_s16()
195 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mul_result_acc_s8_s16()
196 rhs_1++; in arm_nn_vec_mat_mul_result_acc_s8_s16()
Darm_nn_vec_mat_mult_t_s16.c232 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s16() local
247 rhs_1 = read_and_pad(rhs_1, &ker_0, &ker_1); in arm_nn_vec_mat_mult_t_s16()
262 acc_64_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_s16()
263 rhs_1++; in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mul_result_acc_s16.c232 const int8_t *rhs_1 = rhs_ptr; in arm_nn_vec_mat_mul_result_acc_s16() local
247 rhs_1 = read_and_pad(rhs_1, &ker_0, &ker_1); in arm_nn_vec_mat_mul_result_acc_s16()
262 acc_64_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mul_result_acc_s16()
263 rhs_1++; in arm_nn_vec_mat_mul_result_acc_s16()