完成卷积功能
This commit is contained in:
@@ -29,7 +29,7 @@ typedef struct {
|
||||
#define FC1_WEIGHT_ARRSIZE (128*18432) //2359296
|
||||
#define FC2_BIAS_ARRSIZE (7)
|
||||
#define FC2_WEIGHT_ARRSIZE (7*128) //896
|
||||
#define DATA_ARRSIZE (1250000) //1250000
|
||||
#define DATA_ARRSIZE (100*100) //1250000
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user