Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8.c71 q31_t lhs_offset_contribution1 = 0; in arm_nn_mat_mult_nt_t_s8() local
76 lhs_offset_contribution1 += rhs[x + rhs_cols]; in arm_nn_mat_mult_nt_t_s8()
80 lhs_offset_contribution1 *= lhs_offset; in arm_nn_mat_mult_nt_t_s8()
84 lhs_offset_contribution1 += bias[rhs_rows_idx + 1]; in arm_nn_mat_mult_nt_t_s8()
94 q31_t res01 = lhs_offset_contribution1; in arm_nn_mat_mult_nt_t_s8()
96 q31_t res11 = lhs_offset_contribution1; in arm_nn_mat_mult_nt_t_s8()
262 q31_t res01 = lhs_offset_contribution1; in arm_nn_mat_mult_nt_t_s8()
416 q31_t lhs_offset_contribution1 = 0; in arm_nn_mat_mult_nt_t_s8()
421 lhs_offset_contribution1 += rhs[x + rhs_cols]; in arm_nn_mat_mult_nt_t_s8()
425 lhs_offset_contribution1 *= lhs_offset; in arm_nn_mat_mult_nt_t_s8()
[all …]