Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_svdf_s8.c82 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() local
102 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1, p); in arm_nn_vec_mat_mult_t_svdf_s8()
112 rhs_1 += 16; in arm_nn_vec_mat_mult_t_svdf_s8()
181 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_svdf_s8() local
193 ker_0 = arm_nn_read_q7x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_svdf_s8()
205 acc_1 += lhs_temp * (*rhs_1 + rhs_offset); in arm_nn_vec_mat_mult_t_svdf_s8()
206 rhs_1++; in arm_nn_vec_mat_mult_t_svdf_s8()
Darm_nn_vec_mat_mult_t_s8.c76 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
96 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1, p); in arm_nn_vec_mat_mult_t_s8()
106 rhs_1 += 16; in arm_nn_vec_mat_mult_t_s8()
192 const int8_t *rhs_1 = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
209 ker_0 = arm_nn_read_q7x4_ia(&rhs_1); in arm_nn_vec_mat_mult_t_s8()
223 acc_1 += lhs_temp * (*rhs_1); in arm_nn_vec_mat_mult_t_s8()
224 rhs_1++; in arm_nn_vec_mat_mult_t_s8()