Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-07-25 03:15:54 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-07-28 02:54:09 +0300
commit4171532c80448a36205327e2903d145a5c45e9d9 (patch)
tree4f43447ae1bfa90cde55077ebc7a5e67e6003e1b
parent101fd2411a697eebbbcf1079006fb2af27e1ae86 (diff)
Add int8 type
-rw-r--r--dnn/nnet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dnn/nnet.h b/dnn/nnet.h
index a8746c16..649a1cc3 100644
--- a/dnn/nnet.h
+++ b/dnn/nnet.h
@@ -51,6 +51,7 @@ typedef struct {
#define WEIGHT_TYPE_float 0
#define WEIGHT_TYPE_int 1
#define WEIGHT_TYPE_qweight 2
+#define WEIGHT_TYPE_int8 3
typedef struct {
char head[4];