!18133 clean code master last

Merge pull request !18133 from wanyiming/last_clean_code
This commit is contained in:
i-robot 2021-06-16 09:45:35 +08:00 committed by Gitee
commit 70335bbb6c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#define PADDING_SIZE 2
// define constants for kernel indexing use
#define BATCH 0 * PADDING_SIZE
#define BATCH 0
#define CHANNEL 1 * PADDING_SIZE
#define HEIGHT 2 * PADDING_SIZE
#define WIDTH 3 * PADDING_SIZE