Ver Fonte

Update tflite-schema.js

Lutz Roeder há 1 mês atrás
pai
commit
d96c84ac54
1 ficheiros alterados com 2 adições e 1 exclusões
  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 {