完成卷积功能

This commit is contained in:
Qiea
2024-11-10 17:10:32 +08:00
parent 271bd6efa1
commit 266ad428f0
4 changed files with 214 additions and 20 deletions

View File

@@ -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