Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c109 …const int8_t *input_ptr = input + (in_h + ker_h_start) * (input_ch * input_x) + in_w * input_ch + … in arm_depthwise_conv_3x3_s8() local
119 in_val = arm_nn_read_q7x4(input_ptr); in arm_depthwise_conv_3x3_s8()
128 in_val = arm_nn_read_q7x4(input_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
138 in_val = arm_nn_read_q7x4(input_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
147 input_ptr += (input_ch * input_x); in arm_depthwise_conv_3x3_s8()
177 …const int8_t *input_ptr = input + (in_h + ker_h_start) * (input_ch * input_x) + in_w * input_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()
194 input_ptr += (input_ch * input_x); in arm_depthwise_conv_3x3_s8()