Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/
Darm_fully_connected_q15.c99 q31_t inV1, inM1, inM2; in arm_fully_connected_q15() local
103 inM2 = arm_nn_read_q15x2_ia(&pB2); in arm_fully_connected_q15()
104 sum2 = __SMLAD(inV1, inM2, sum2); in arm_fully_connected_q15()
109 inM2 = arm_nn_read_q15x2_ia(&pB2); in arm_fully_connected_q15()
110 sum2 = __SMLAD(inV1, inM2, sum2); in arm_fully_connected_q15()
119 q15_t inM2 = *pB2++; in arm_fully_connected_q15() local
122 sum2 += inV * inM2; in arm_fully_connected_q15()
Darm_fully_connected_q15_opt.c187 q15_t inM2 = *pB++; in arm_fully_connected_q15_opt() local
192 sum2 += inV * inM2; in arm_fully_connected_q15_opt()
219 q31_t inV1, inV2, inM1, inM2; in arm_fully_connected_q15_opt() local
225 inM2 = arm_nn_read_q15x2_ia(&pB); in arm_fully_connected_q15_opt()
227 sum = __SMLAD(inV2, inM2, sum); in arm_fully_connected_q15_opt()
Darm_fully_connected_mat_q7_vec_q15.c122 q7_t inM2 = *pB2++; in arm_fully_connected_mat_q7_vec_q15() local
125 sum2 += inV * inM2; in arm_fully_connected_mat_q7_vec_q15()
Darm_fully_connected_q7.c123 q15_t inM2 = *pB2++; in arm_fully_connected_q7() local
126 sum2 += inV * inM2; in arm_fully_connected_q7()
Darm_fully_connected_mat_q7_vec_q15_opt.c265 q7_t inM2 = *pB++; in arm_fully_connected_mat_q7_vec_q15_opt() local
270 sum2 += inV * inM2; in arm_fully_connected_mat_q7_vec_q15_opt()
Darm_fully_connected_q7_opt.c324 q7_t inM2 = *pB++; in arm_fully_connected_q7_opt() local
329 sum2 += inV * inM2; in arm_fully_connected_q7_opt()