Searched defs:dilation_x (Results 1 – 10 of 10) sorted by relevance
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_convolve_s16.c | 81 const int32_t dilation_x = conv_params->dilation.w; in arm_convolve_s16() local
|
D | arm_depthwise_conv_s16.c | 154 const uint16_t dilation_x, in depthwise_conv_s16_generic_s16() 256 const uint16_t dilation_x = dw_conv_params->dilation.w; in arm_depthwise_conv_s16() local
|
D | arm_convolve_s4.c | 84 const int32_t dilation_x = conv_params->dilation.w; in arm_convolve_s4() local
|
D | arm_depthwise_conv_s8.c | 154 static void depthwise_conv_s8_generic(const int8_t *input, in depthwise_conv_s8_generic() 285 const uint16_t dilation_x = dw_conv_params->dilation.w; in arm_depthwise_conv_s8() local
|
D | arm_convolve_even_s4.c | 86 const int32_t dilation_x = conv_params->dilation.w; in arm_convolve_even_s4() local
|
D | arm_depthwise_conv_s4.c | 43 static void depthwise_conv_s4_generic(const int8_t *input, in depthwise_conv_s4_generic() 507 const int32_t dilation_x = dw_conv_params->dilation.w; in arm_depthwise_conv_s4() local
|
D | arm_convolve_s8.c | 85 const int32_t dilation_x = conv_params->dilation.w; in arm_convolve_s8() local
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | conv_settings.py | 27 def __init__(self,
|
D | test_settings.py | 58 def __init__(self,
|
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 271 "dilation_x": 3, number 286 "dilation_x": 2, number 299 "dilation_x": 2, number 312 "dilation_x": 3, number 325 "dilation_x": 2, number 338 "dilation_x": 3, number 410 "dilation_x": 2, number 424 "dilation_x": 2, number 436 "dilation_x": 2, number 483 "dilation_x": 2, number [all …]
|