Home
last modified time | relevance | path

Searched refs:Im_out (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnfunctions.h306 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/
Darm_pool_q7_HWC.c178 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/
Darm_convolve_HWC_q15_basic.c85 q15_t *Im_out, in arm_convolve_HWC_q15_basic() argument
98 q15_t *pOut = Im_out; in arm_convolve_HWC_q15_basic()
196Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q15_t)__SSAT((conv_out >> out_shift), 16); in arm_convolve_HWC_q15_basic()
Darm_convolve_1x1_HWC_q7_fast_nonsquare.c96 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()
222Im_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()
Darm_convolve_HWC_q7_basic.c85 q7_t *Im_out, in arm_convolve_HWC_q7_basic() argument
101 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_basic()
214Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_basic()
Darm_convolve_HWC_q7_basic_nonsquare.c83 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()
216Im_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()
Darm_convolve_HWC_q7_RGB.c91 q7_t *Im_out, in arm_convolve_HWC_q7_RGB() argument
106 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_RGB()
266Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_RGB()
Darm_convolve_HWC_q15_fast.c90 q15_t *Im_out, in arm_convolve_HWC_q15_fast() argument
101 q15_t *pOut = Im_out; in arm_convolve_HWC_q15_fast()
244Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q15_t)__SSAT((conv_out >> out_shift), 16); in arm_convolve_HWC_q15_fast()
Darm_convolve_HWC_q15_fast_nonsquare.c99 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()
257Im_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()
Darm_convolve_HWC_q7_fast.c102 q7_t *Im_out, in arm_convolve_HWC_q7_fast() argument
119 q7_t *pOut = Im_out; in arm_convolve_HWC_q7_fast()
367Im_out[i + (j * dim_im_out + k) * ch_im_out] = (q7_t)__SSAT((conv_out >> out_shift), 8); in arm_convolve_HWC_q7_fast()
Darm_convolve_HWC_q7_fast_nonsquare.c89 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()
365Im_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()
Darm_depthwise_separable_conv_HWC_q7.c93 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()
Darm_depthwise_separable_conv_HWC_q7_nonsquare.c89 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()