Home
last modified time | relevance | path

Searched defs:sum3 (Results 1 – 12 of 12) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/
H A Darm_fully_connected_q15_opt_ref.c43 q31_t sum3 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q15_opt_ref() local
48 q31_t sum3 = *pBias++ << bias_shift; in arm_fully_connected_q15_opt_ref() local
H A Darm_fully_connected_mat_q7_vec_q15_opt_ref.c43 q31_t sum3 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
48 q31_t sum3 = *pBias++ << bias_shift; in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
H A Darm_fully_connected_q7_opt_ref.c43 q31_t sum3 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q7_opt_ref() local
48 q31_t sum3 = *pBias++ << bias_shift; in arm_fully_connected_q7_opt_ref() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ConvolutionFunctions/
H A Darm_nn_mat_mult_kernel_q7_q15_reordered.c78 q31_t sum3 = ((q31_t)(bias[i + 1]) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15_reordered() local
H A Darm_nn_mat_mult_kernel_q7_q15.c79 q31_t sum3 = ((q31_t)(*pBias) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
H A Darm_convolve_HWC_q15_fast.c156 q31_t sum3 = ((q31_t)bias[i + 1] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast() local
H A Darm_convolve_HWC_q15_fast_nonsquare.c166 q31_t sum3 = ((q31_t)bias[i + 1] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast_nonsquare() local
H A Darm_depthwise_separable_conv_HWC_q7.c148 q31_t sum3 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7() local
H A Darm_depthwise_separable_conv_HWC_q7_nonsquare.c156 q31_t sum3 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/
H A Darm_fully_connected_q15_opt.c122 q31_t sum3 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15_opt() local
H A Darm_fully_connected_mat_q7_vec_q15_opt.c139 q31_t sum3 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15_opt() local
H A Darm_fully_connected_q7_opt.c156 q31_t sum3 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7_opt() local