/cmsis-nn-latest/Tests/UnitTest/ |
D | pooling_settings.py | 37 stride_x=1, argument
|
D | fully_connected_settings.py | 39 stride_x=1, argument
|
D | conv_settings.py | 40 stride_x=2, argument
|
D | test_settings.py | 71 stride_x=1, argument
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_convolve_1_x_n_s8.c | 77 const int32_t stride_x = conv_params->stride.w; in arm_convolve_1_x_n_s8() local
|
D | arm_convolve_1_x_n_s4.c | 79 const uint16_t stride_x = conv_params->stride.w; in arm_convolve_1_x_n_s4() local
|
D | arm_convolve_get_buffer_sizes_s4.c | 64 const int32_t stride_x = conv_params->stride.w; in arm_convolve_1_x_n_s4_get_buffer_size_mve() local
|
D | arm_convolve_s16.c | 85 const int32_t stride_x = conv_params->stride.w; in arm_convolve_s16() local
|
D | arm_depthwise_conv_s16.c | 54 const int32_t stride_x, in depthwise_conv_s16_mult_4_s16() 144 const uint16_t stride_x, in depthwise_conv_s16_generic_s16()
|
D | arm_convolve_s4.c | 82 const uint16_t stride_x = conv_params->stride.w; in arm_convolve_s4() local
|
D | arm_convolve_get_buffer_sizes_s8.c | 64 const int32_t stride_x = conv_params->stride.w; in arm_convolve_1_x_n_s8_get_buffer_size_mve() local
|
D | arm_depthwise_conv_s8.c | 58 const int32_t stride_x, in depthwise_conv_s8_mult_4() 166 const uint16_t stride_x, in depthwise_conv_s8_generic()
|
D | arm_convolve_s8.c | 82 const uint16_t stride_x = conv_params->stride.w; in arm_convolve_s8() local
|
D | arm_depthwise_conv_3x3_s8.c | 73 const int32_t stride_x = dw_conv_params->stride.w; in arm_depthwise_conv_3x3_s8() local
|
D | arm_transpose_conv_s8.c | 87 const int32_t stride_x = transpose_conv_params->stride.w; in arm_transpose_conv_s8() local
|
D | arm_depthwise_conv_s8_opt.c | 84 const int32_t stride_x = dw_conv_params->stride.w; in arm_depthwise_conv_s8_opt() local
|
D | arm_depthwise_conv_fast_s16.c | 91 const int32_t stride_x = dw_conv_params->stride.w; in arm_depthwise_conv_fast_s16() local
|
D | arm_depthwise_conv_s4.c | 55 const int32_t stride_x, in depthwise_conv_s4_generic()
|
D | arm_depthwise_conv_s4_opt.c | 85 const int32_t stride_x = dw_conv_params->stride.w; in arm_depthwise_conv_s4_opt() local
|
/cmsis-nn-latest/Source/PoolingFunctions/ |
D | arm_avgpool_s8.c | 88 const int32_t stride_x = pool_params->stride.w; in arm_avgpool_s8() local 249 const int32_t stride_x = pool_params->stride.w; in arm_avgpool_s8() local
|
D | arm_max_pool_s16.c | 159 const int32_t stride_x = pool_params->stride.w; in arm_max_pool_s16() local
|
D | arm_max_pool_s8.c | 176 const int32_t stride_x = pool_params->stride.w; in arm_max_pool_s8() local
|
D | arm_avgpool_s16.c | 86 const int32_t stride_x = pool_params->stride.w; in arm_avgpool_s16() local
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 54 "stride_x": 2, number
|