/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/NN_Lib_Tests/nn_test/Ref_Implementations/ |
H A D | arm_fully_connected_q15_opt_ref.c | 42 q31_t sum2 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q15_opt_ref() local 47 q31_t sum2 = *pBias++ << bias_shift; in arm_fully_connected_q15_opt_ref() local
|
H A D | arm_fully_connected_mat_q7_vec_q15_opt_ref.c | 42 q31_t sum2 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_mat_q7_vec_q15_opt_ref() local 47 q31_t sum2 = *pBias++ << bias_shift; in arm_fully_connected_mat_q7_vec_q15_opt_ref() local
|
H A D | arm_fully_connected_q7_opt_ref.c | 42 q31_t sum2 = (*pBias++ << bias_shift) + (0x1 << (out_shift - 1)); in arm_fully_connected_q7_opt_ref() local 47 q31_t sum2 = *pBias++ << bias_shift; in arm_fully_connected_q7_opt_ref() local
|
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ConvolutionFunctions/ |
H A D | arm_nn_mat_mult_kernel_q7_q15.c | 78 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local 141 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15() local
|
H A D | arm_nn_mat_mult_kernel_q7_q15_reordered.c | 77 q31_t sum2 = ((q31_t)(bias[i]) << bias_shift) + NN_ROUND(out_shift); in arm_nn_mat_mult_kernel_q7_q15_reordered() local
|
H A D | arm_convolve_HWC_q15_fast.c | 155 q31_t sum2 = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast() local
|
H A D | arm_convolve_HWC_q15_fast_nonsquare.c | 165 q31_t sum2 = ((q31_t)bias[i] << bias_shift) + NN_ROUND(out_shift); in arm_convolve_HWC_q15_fast_nonsquare() local
|
H A D | arm_depthwise_separable_conv_HWC_q7.c | 147 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_depthwise_separable_conv_HWC_q7() local
|
H A D | arm_depthwise_separable_conv_HWC_q7_nonsquare.c | 155 q31_t sum2 = ((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 D | arm_fully_connected_q15.c | 90 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15() local
|
H A D | arm_fully_connected_mat_q7_vec_q15.c | 94 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15() local
|
H A D | arm_fully_connected_q7.c | 92 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7() local
|
H A D | arm_fully_connected_q15_opt.c | 121 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q15_opt() local
|
H A D | arm_fully_connected_mat_q7_vec_q15_opt.c | 138 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_mat_q7_vec_q15_opt() local
|
H A D | arm_fully_connected_q7_opt.c | 155 q31_t sum2 = ((q31_t)(*pBias++) << bias_shift) + NN_ROUND(out_shift); in arm_fully_connected_q7_opt() local
|