Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c117 …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
131 in_val = arm_nn_read_s8x4(input_ptr); in arm_depthwise_conv_3x3_s8()
145 in_val = arm_nn_read_s8x4(input_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
159 in_val = arm_nn_read_s8x4(input_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
172 input_ptr += (input_ch * input_x); in arm_depthwise_conv_3x3_s8()
185 in_val = arm_nn_read_s8x4(input_ptr); in arm_depthwise_conv_3x3_s8()
193 in_val = arm_nn_read_s8x4(input_ptr + input_ch); in arm_depthwise_conv_3x3_s8()
203 in_val = arm_nn_read_s8x4(input_ptr + (input_ch << 1)); in arm_depthwise_conv_3x3_s8()
212 input_ptr += (input_ch * input_x); in arm_depthwise_conv_3x3_s8()
247 …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
[all …]