Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_s8.c64 q15_t *buffer_a = (q15_t *)ctx->buf; in arm_convolve_s8() local
93 q7_t *im2col_buf = (q7_t *)buffer_a; in arm_convolve_s8()
135 … num_elem, num_elem, (q7_t *)buffer_a, filter_data + num_elem * i_out_ch, &sum_row, acc); in arm_convolve_s8()
156 im2col_buf = (q7_t *)buffer_a; in arm_convolve_s8()
162 (q7_t *)buffer_a, in arm_convolve_s8()
176 im2col_buf = (q7_t *)buffer_a; in arm_convolve_s8()
185 (q7_t *)buffer_a, in arm_convolve_s8()
204 q15_t *two_column_buf = buffer_a; in arm_convolve_s8()
235 if (two_column_buf == buffer_a + 2 * input_ch * kernel_y * kernel_x) in arm_convolve_s8()
238 buffer_a, in arm_convolve_s8()
[all …]
Darm_depthwise_conv_s8_opt.c89 q15_t *buffer_a = (q15_t *)ctx->buf; in arm_depthwise_conv_s8_opt() local
94 q7_t *lhs_buffer = (q7_t *)buffer_a; in arm_depthwise_conv_s8_opt()
125 lhs_buffer = (q7_t *)buffer_a; in arm_depthwise_conv_s8_opt()
163 lhs_buffer = (q7_t *)buffer_a; in arm_depthwise_conv_s8_opt()
211 q15_t *const col_buffer_start = buffer_a; in arm_depthwise_conv_s8_opt()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c90 q31_t *buffer_a = (q31_t *)input_ctx->buf; in arm_svdf_s8() local
123 q31_t *ptr_a = buffer_a; in arm_svdf_s8()
174 const q31_t *ptr_a = buffer_a + i * feature_batches; in arm_svdf_s8()
188 q31_t *ptr_a = buffer_a + i_batch * feature_batches; in arm_svdf_s8()
208 q31_t *ptr_a = buffer_a + i_batch * feature_batches; in arm_svdf_s8()