Searched refs:inM2 (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/ |
| D | arm_fully_connected_q15.c | 99 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()
|
| D | arm_fully_connected_q15_opt.c | 187 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()
|
| D | arm_fully_connected_mat_q7_vec_q15.c | 122 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()
|
| D | arm_fully_connected_q7.c | 123 q15_t inM2 = *pB2++; in arm_fully_connected_q7() local 126 sum2 += inV * inM2; in arm_fully_connected_q7()
|
| D | arm_fully_connected_mat_q7_vec_q15_opt.c | 265 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()
|
| D | arm_fully_connected_q7_opt.c | 324 q7_t inM2 = *pB++; in arm_fully_connected_q7_opt() local 329 sum2 += inV * inM2; in arm_fully_connected_q7_opt()
|