Searched defs:dilation_y (Results 1 – 10 of 10) sorted by relevance
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_convolve_s16.c | 82 const int32_t dilation_y = conv_params->dilation.h; in arm_convolve_s16() local
|
D | arm_depthwise_conv_s16.c | 155 const uint16_t dilation_y) in depthwise_conv_s16_generic_s16() 257 const uint16_t dilation_y = dw_conv_params->dilation.h; in arm_depthwise_conv_s16() local
|
D | arm_convolve_s4.c | 85 const int32_t dilation_y = conv_params->dilation.h; 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() 286 const uint16_t dilation_y = dw_conv_params->dilation.h; in arm_depthwise_conv_s8() local
|
D | arm_convolve_even_s4.c | 87 const int32_t dilation_y = conv_params->dilation.h; 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() 508 const int32_t dilation_y = dw_conv_params->dilation.h; in arm_depthwise_conv_s4() local
|
D | arm_convolve_s8.c | 86 const int32_t dilation_y = conv_params->dilation.h; 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 | 272 "dilation_y": 2, number 287 "dilation_y": 2, number 300 "dilation_y": 3, number 313 "dilation_y": 2, number 326 "dilation_y": 2, number 339 "dilation_y": 3, number 411 "dilation_y": 2, number 425 "dilation_y": 2, number 484 "dilation_y": 2 number 496 "dilation_y": 2, number
|