Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c110 const int8_t *kernel_ptr = kernel + ker_h_start * (input_ch * 3) + in_ch; in arm_depthwise_conv_3x3_s8() local
120 ker_val = arm_nn_read_q7x4(kernel_ptr); in arm_depthwise_conv_3x3_s8()
129 ker_val = arm_nn_read_q7x4(kernel_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
139 ker_val = arm_nn_read_q7x4(kernel_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
148 kernel_ptr += (input_ch * 3); in arm_depthwise_conv_3x3_s8()
178 const int8_t *kernel_ptr = kernel + ker_h_start * (input_ch * 3) + in_ch; in arm_depthwise_conv_3x3_s8() local
184 out_buff += (*(input_ptr) + input_offset) * *(kernel_ptr); in arm_depthwise_conv_3x3_s8()
187 out_buff += (*(input_ptr + input_ch) + input_offset) * *(kernel_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
191 … out_buff += (*(input_ptr + (input_ch << 1)) + input_offset) * *(kernel_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
195 kernel_ptr += (input_ch * 3); in arm_depthwise_conv_3x3_s8()