Home
last modified time | relevance | path

Searched refs:rhs_input_3 (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s16_s16.c89 int16x8_t rhs_input_3 = vldrhq_z_s16(rhs_ptr_3, pred); in arm_nn_vec_mat_mult_t_s16_s16() local
94 result_3 = vmlaldavaq_s16(result_3, lhs_input, rhs_input_3); in arm_nn_vec_mat_mult_t_s16_s16()
Darm_nn_vec_mat_mult_t_s16.c97 int16x8_t rhs_input_3 = vldrbq_z_s16(rhs_ptr_3, pred); in arm_nn_vec_mat_mult_t_s16() local
102 result_3 = vmladavaq_s16(result_3, lhs_input, rhs_input_3); in arm_nn_vec_mat_mult_t_s16()
Darm_nn_vec_mat_mul_result_acc_s16.c106 int16x8_t rhs_input_3 = vldrbq_z_s16(rhs_ptr_3, pred); in arm_nn_vec_mat_mul_result_acc_s16() local
111 result_3 = vmladavaq_s16(result_3, lhs_input, rhs_input_3); in arm_nn_vec_mat_mul_result_acc_s16()