Home
last modified time | relevance | path

Searched refs:arm_q7_to_q15_reordered_no_shift (Results 1 – 7 of 7) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/ConvolutionFunctions/
H A Darm_convolve_HWC_q7_fast.c151 arm_q7_to_q15_reordered_no_shift in arm_convolve_HWC_q7_fast()
191 arm_q7_to_q15_reordered_no_shift in arm_convolve_HWC_q7_fast()
218 arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in in arm_convolve_HWC_q7_fast()
255 arm_q7_to_q15_reordered_no_shift in arm_convolve_HWC_q7_fast()
292 arm_q7_to_q15_reordered_no_shift in arm_convolve_HWC_q7_fast()
H A Darm_convolve_HWC_q7_fast_nonsquare.c140arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in + (i_ker_y * dim_im_in_x + i_ker_x) * ch_im_in, in arm_convolve_HWC_q7_fast_nonsquare()
178arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in + (i_ker_y * dim_im_in_x + i_ker_x) * ch_im_in, in arm_convolve_HWC_q7_fast_nonsquare()
202 arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in + in arm_convolve_HWC_q7_fast_nonsquare()
234arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in + (i_ker_y * dim_im_in_x + i_ker_x) * ch_im_in, in arm_convolve_HWC_q7_fast_nonsquare()
269arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in + (i_ker_y * dim_im_in_x + i_ker_x) * ch_im_in, in arm_convolve_HWC_q7_fast_nonsquare()
H A Darm_convolve_1x1_HWC_q7_fast_nonsquare.c129arm_q7_to_q15_reordered_no_shift((q7_t *) Im_in + (i_out_y * dim_im_in_x + i_out_x) * ch_im_in, pB… in arm_convolve_1x1_HWC_q7_fast_nonsquare()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/NNSupportFunctions/
H A Darm_q7_to_q15_reordered_no_shift.c78 void arm_q7_to_q15_reordered_no_shift(const q7_t * pSrc, q15_t * pDst, uint32_t blockSize) in arm_q7_to_q15_reordered_no_shift() function
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Include/
H A Darm_nnsupportfunctions.h94 void arm_q7_to_q15_reordered_no_shift(const q7_t * pSrc, q15_t * pDst, uint32_t blockSize);
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Source/FullyConnectedFunctions/
H A Darm_fully_connected_q7.c87 arm_q7_to_q15_reordered_no_shift(pV, vec_buffer, dim_vec); in arm_fully_connected_q7()
H A Darm_fully_connected_q7_opt.c149 arm_q7_to_q15_reordered_no_shift(pV, vec_buffer, dim_vec); in arm_fully_connected_q7_opt()