Searched defs:sum4 (Results 1 – 12 of 12) sorted by relevance
44 q31_t sum4 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q15_opt_ref() local49 q31_t sum4 = *pBias++ << bias_shift; in arm_fully_connected_q15_opt_ref() local
44 q31_t sum4 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_mat_q7_vec_q15_opt_ref() local49 q31_t sum4 = *pBias++ << bias_shift; in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
44 q31_t sum4 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q7_opt_ref() local49 q31_t sum4 = *pBias++ << bias_shift; in arm_fully_connected_q7_opt_ref() local
79 q31_t sum4 = ((q31_t)(bias[i + 1]) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15_reordered() local
80 q31_t sum4 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
157 q31_t sum4 = ((q31_t)bias[i + 1] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast() local
167 q31_t sum4 = ((q31_t)bias[i + 1] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast_nonsquare() local
149 q31_t sum4 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7() local
157 q31_t sum4 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
123 q31_t sum4 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15_opt() local
140 q31_t sum4 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15_opt() local
157 q31_t sum4 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7_opt() local