forked from mindspore-Ecosystem/mindspore
!18133 clean code master last
Merge pull request !18133 from wanyiming/last_clean_code
This commit is contained in:
commit
70335bbb6c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue