Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_pad_s8/
Dtest_arm_pad_s8.c28 const int8_t *input_ptr = pad_int8_1_input_tensor; in pad_int8_1_arm_pad_s8() local
38 arm_pad_s8(input_ptr, output_ptr, PAD_INT8_1_PAD_VALUE, &input_size, &pre_pad, &post_pad); in pad_int8_1_arm_pad_s8()
45 const int8_t *input_ptr = pad_int8_2_input_tensor; in pad_int8_2_arm_pad_s8() local
55 arm_pad_s8(input_ptr, output_ptr, PAD_INT8_2_PAD_VALUE, &input_size, &pre_pad, &post_pad); in pad_int8_2_arm_pad_s8()
/cmsis-nn-latest/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 …]