Skip to content

Commit b4b95a0

Browse files
authored
Update model.cc
1 parent a80c646 commit b4b95a0

File tree

1 file changed

+2
-2
lines changed
  • arc_design_contest/2021/HUST_SmartMeter/src/models

1 file changed

+2
-2
lines changed

arc_design_contest/2021/HUST_SmartMeter/src/models/model.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* no quant model */
22
/* two dense layers */
33
#include "model.h"
4-
const unsigned char micro_no_quant_demo_model[] = {
4+
const unsigned char micro_model[] = {
55
0x1c, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x14, 0x00, 0x20, 0x00,
66
0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00, 0x00, 0x00,
77
0x18, 0x00, 0x1c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
@@ -492,4 +492,4 @@ const unsigned char micro_no_quant_demo_model[] = {
492492
0x69, 0x6e, 0x70, 0x75, 0x74, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0xff,
493493
0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x00, 0x00
494494
};
495-
const unsigned int micro_no_quant_demo_model_len = 5864;
495+
const unsigned int micro_len = 5864;

0 commit comments

Comments
 (0)