Skip to content

Commit feefadc

Browse files
authored
CMSIS-NN: Remove leftover kernel size defines (ARM-software#1535)
1 parent 3cae38b commit feefadc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
#include "arm_nnsupportfunctions.h"
3333
#include <stdio.h>
3434

35-
#define DIM_KER_X (1U)
36-
#define DIM_KER_Y (1U)
37-
3835
/**
3936
* @ingroup groupNN
4037
*/

0 commit comments

Comments
 (0)