浏览代码

Update tflite-schema.js

Lutz Roeder 1 月之前
父节点
当前提交
d96c84ac54
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      source/tflite-schema.js

+ 2 - 1
source/tflite-schema.js

@@ -21,7 +21,8 @@ tflite.TensorType = {
     UINT16: 16,
     INT4: 17,
     BFLOAT16: 18,
-    INT2: 19
+    INT2: 19,
+    UINT4: 20
 };
 
 tflite.CustomQuantization = class CustomQuantization {