commit | feefadc4a62bc3e2495298ff73e8975b948b2ae7 | [log] [tgz] |
---|---|---|
author | Fabian Peddinghaus <fabianpedd@gmail.com> | Mon Aug 01 10:49:30 2022 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 01 10:49:30 2022 +0200 |
tree | 301a619bba7dc64199394f1537dd5f4c80f8d5d9 | |
parent | 3cae38b0bb4db612ceac05ef078130af3bcc996d [diff] |
CMSIS-NN: Remove leftover kernel size defines (#1535)
diff --git a/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c b/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c index 43c35a9..50657a6 100644 --- a/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c +++ b/CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c
@@ -32,9 +32,6 @@ #include "arm_nnsupportfunctions.h" #include <stdio.h> -#define DIM_KER_X (1U) -#define DIM_KER_Y (1U) - /** * @ingroup groupNN */