Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c94 q7_t *lhs_buffer = (q7_t *)buffer_a; in arm_depthwise_conv_s8_opt() local
111 arm_memset_q7(lhs_buffer, (int8_t)-input_offset, (uint32_t)input_ch); in arm_depthwise_conv_s8_opt()
116 … arm_memcpy_q7(lhs_buffer, input + (i_ker_y * input_x + i_ker_x) * input_ch, (uint32_t)input_ch); in arm_depthwise_conv_s8_opt()
118 lhs_buffer += input_ch; in arm_depthwise_conv_s8_opt()
125 lhs_buffer = (q7_t *)buffer_a; in arm_depthwise_conv_s8_opt()
128 out = arm_nn_depthwise_conv_nt_t_s8(lhs_buffer, in arm_depthwise_conv_s8_opt()
143 out = arm_nn_depthwise_conv_nt_t_padded_s8(lhs_buffer, in arm_depthwise_conv_s8_opt()
163 lhs_buffer = (q7_t *)buffer_a; in arm_depthwise_conv_s8_opt()
172 const int8_t *col_0 = lhs_buffer + (kernel_size * input_ch * i_buf) + offset; in arm_depthwise_conv_s8_opt()