Home
last modified time | relevance | path

Searched refs:row_shift (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_separable_conv_HWC_q7.c109 uint16_t row_shift; in arm_depthwise_separable_conv_HWC_q7() local
143 row_shift = 0; in arm_depthwise_separable_conv_HWC_q7()
154 q7_t *pB = colBuffer + row_shift; in arm_depthwise_separable_conv_HWC_q7()
155 const q7_t *pA = wt + row_shift; in arm_depthwise_separable_conv_HWC_q7()
156 row_shift += 4; in arm_depthwise_separable_conv_HWC_q7()
349 q7_t *pB = colBuffer + row_shift; in arm_depthwise_separable_conv_HWC_q7()
350 const q7_t *pA = wt + row_shift; in arm_depthwise_separable_conv_HWC_q7()
354 row_shift += 1; in arm_depthwise_separable_conv_HWC_q7()
Darm_depthwise_separable_conv_HWC_q7_nonsquare.c117 uint16_t row_shift; in arm_depthwise_separable_conv_HWC_q7_nonsquare() local
153 row_shift = 0; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
164 q7_t *pB = colBuffer + row_shift; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
165 const q7_t *pA = wt + row_shift; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
166 row_shift += 4; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
353 q7_t *pB = colBuffer + row_shift; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
354 const q7_t *pA = wt + row_shift; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
358 row_shift += 1; in arm_depthwise_separable_conv_HWC_q7_nonsquare()
Darm_depthwise_conv_s8_opt.c217 uint16_t row_shift; in arm_depthwise_conv_s8_opt() local
268 row_shift = 0; in arm_depthwise_conv_s8_opt()
281 q15_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt()
282 const q7_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt()
283 row_shift += 4; in arm_depthwise_conv_s8_opt()
369 q15_t *col_pos = col_buffer_start + row_shift; in arm_depthwise_conv_s8_opt()
370 const q7_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt()
373 row_shift += 1; in arm_depthwise_conv_s8_opt()