Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16.c80 const int8_t *rhs_ptr_3 = rhs + rhs_cols * 3; in arm_nn_vec_mat_mult_t_s16() local
97 int16x8_t rhs_input_3 = vldrbq_z_s16(rhs_ptr_3, pred); in arm_nn_vec_mat_mult_t_s16()
109 rhs_ptr_3 += 8; in arm_nn_vec_mat_mult_t_s16()
126 result_64_3 += *rhs_ptr_3++ * lhs_temp; in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mul_result_acc_s16.c89 const int8_t *rhs_ptr_3 = rhs_ptr + rhs_cols * 3; in arm_nn_vec_mat_mul_result_acc_s16() local
106 int16x8_t rhs_input_3 = vldrbq_z_s16(rhs_ptr_3, pred); in arm_nn_vec_mat_mul_result_acc_s16()
118 rhs_ptr_3 += 8; in arm_nn_vec_mat_mul_result_acc_s16()
135 result_64_3 += *rhs_ptr_3++ * lhs_temp; in arm_nn_vec_mat_mul_result_acc_s16()