Searched defs:dilation_x (Results 1 – 9 of 9) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/ |
D | test_plan.json | 68 "dilation_x": 2, number 82 "dilation_x": 2, number 94 "dilation_x": 2, number 141 "dilation_x": 2, number 153 "dilation_x": 2, number 167 "dilation_x": 2 number
|
/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_s8.c | 84 const int32_t dilation_x = conv_params->dilation.w; in arm_convolve_s8() 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
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | conv_settings.py | 27 def __init__(self,
|
D | test_settings.py | 58 def __init__(self,
|