/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Include/ |
D | arm_nnfunctions.h | 306 q7_t *Im_out, 350 q7_t *Im_out, 387 q15_t *Im_out, 428 q7_t *Im_out, 479 q7_t *Im_out, 535 q7_t *Im_out, 688 q7_t *Im_out, 730 q15_t *Im_out, 791 q15_t *Im_out, 834 q7_t *Im_out, [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/ |
D | arm_pool_q7_HWC.c | 178 q7_t *Im_out) in arm_maxpool_q7_HWC() argument 232 q7_t *target = Im_out + i_y * dim_im_out * ch_im_in; in arm_maxpool_q7_HWC() 292 Im_out[i_ch_in + ch_im_in * (i_x + i_y * dim_im_out)] = max; in arm_maxpool_q7_HWC() 334 q7_t *Im_out) in arm_avepool_q7_HWC() argument 391 q7_t *target = Im_out + i_y * dim_im_out * ch_im_in; in arm_avepool_q7_HWC() 454 Im_out[i_ch_in + ch_im_in * (i_x + i_y * dim_im_out)] = sum / count; in arm_avepool_q7_HWC()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
D | arm_convolve_HWC_q15_basic.c | 85 q15_t *Im_out, in arm_convolve_HWC_q15_basic() argument 98 q15_t *pOut = Im_out; in arm_convolve_HWC_q15_basic() 196 … Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q15_t)__SSAT((conv_out >> out_shift), 16); in arm_convolve_HWC_q15_basic()
|
D | arm_convolve_1x1_HWC_q7_fast_nonsquare.c | 96 q7_t *Im_out, in arm_convolve_1x1_HWC_q7_fast_nonsquare() argument 115 q7_t *pOut = Im_out; in arm_convolve_1x1_HWC_q7_fast_nonsquare() 222 … Im_out[i + (j * dim_im_out_x + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_1x1_HWC_q7_fast_nonsquare()
|
D | arm_convolve_HWC_q7_basic.c | 85 q7_t *Im_out, in arm_convolve_HWC_q7_basic() argument 101 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_basic() 214 … Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_basic()
|
D | arm_convolve_HWC_q7_basic_nonsquare.c | 83 q7_t *Im_out, in arm_convolve_HWC_q7_basic_nonsquare() argument 100 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_basic_nonsquare() 216 … Im_out[i + (j * dim_im_out_x + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_basic_nonsquare()
|
D | arm_convolve_HWC_q7_RGB.c | 91 q7_t *Im_out, in arm_convolve_HWC_q7_RGB() argument 106 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_RGB() 266 … Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_RGB()
|
D | arm_convolve_HWC_q15_fast.c | 90 q15_t *Im_out, in arm_convolve_HWC_q15_fast() argument 101 q15_t *pOut = Im_out; in arm_convolve_HWC_q15_fast() 244 … Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q15_t)__SSAT((conv_out >> out_shift), 16); in arm_convolve_HWC_q15_fast()
|
D | arm_convolve_HWC_q15_fast_nonsquare.c | 99 q15_t *Im_out, in arm_convolve_HWC_q15_fast_nonsquare() argument 111 q15_t *pOut = Im_out; in arm_convolve_HWC_q15_fast_nonsquare() 257 … Im_out[i + (j * dim_im_out_x + k) * ch_im_out] = (q15_t)__SSAT((conv_out >> out_shift), 16); in arm_convolve_HWC_q15_fast_nonsquare()
|
D | arm_convolve_HWC_q7_fast.c | 102 q7_t *Im_out, in arm_convolve_HWC_q7_fast() argument 119 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_fast() 367 … Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_fast()
|
D | arm_convolve_HWC_q7_fast_nonsquare.c | 89 q7_t *Im_out, in arm_convolve_HWC_q7_fast_nonsquare() argument 107 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_fast_nonsquare() 365 … Im_out[i + (j * dim_im_out_x + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_fast_nonsquare()
|
D | arm_depthwise_separable_conv_HWC_q7.c | 93 q7_t *Im_out, in arm_depthwise_separable_conv_HWC_q7() argument 107 q7_t *pOut = Im_out; in arm_depthwise_separable_conv_HWC_q7() 408 Im_out[(i_out_y * dim_im_out + i_out_x) * ch_im_out + i_ch_out] = in arm_depthwise_separable_conv_HWC_q7()
|
D | arm_depthwise_separable_conv_HWC_q7_nonsquare.c | 89 q7_t *Im_out, in arm_depthwise_separable_conv_HWC_q7_nonsquare() argument 115 q7_t *pOut = Im_out; in arm_depthwise_separable_conv_HWC_q7_nonsquare() 413 Im_out[(i_out_y * dim_im_out_x + i_out_x) * ch_im_out + i_ch_out] = in arm_depthwise_separable_conv_HWC_q7_nonsquare()
|