|
1 | 1 | /* no quant model */ |
2 | 2 | /* two dense layers */ |
3 | 3 | #include "model.h" |
4 | | -const unsigned char micro_no_quant_demo_model[] = { |
| 4 | +const unsigned char micro_model[] = { |
5 | 5 | 0x1c, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x14, 0x00, 0x20, 0x00, |
6 | 6 | 0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00, 0x00, 0x00, |
7 | 7 | 0x18, 0x00, 0x1c, 0x00, 0x14, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, |
@@ -492,4 +492,4 @@ const unsigned char micro_no_quant_demo_model[] = { |
492 | 492 | 0x69, 0x6e, 0x70, 0x75, 0x74, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0xff, |
493 | 493 | 0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x00, 0x00 |
494 | 494 | }; |
495 | | -const unsigned int micro_no_quant_demo_model_len = 5864; |
| 495 | +const unsigned int micro_len = 5864; |
0 commit comments