There was an error while loading. Please reload this page.
1 parent c75858d commit 28dd7e7Copy full SHA for 28dd7e7
1 file changed
dnn/nnet.h
@@ -52,6 +52,7 @@ typedef struct {
52
#define WEIGHT_TYPE_int 1
53
#define WEIGHT_TYPE_qweight 2
54
#define WEIGHT_TYPE_int8 3
55
+#define WEIGHT_TYPE_uint8 4 /* Added for generated DNN sources that use q8/uint8 weights */
56
57
typedef struct {
58
char head[4];
0 commit comments