Sfoglia il codice sorgente

Update tflite-schema.js

Lutz Roeder 1 mese fa
parent
commit
d96c84ac54
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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 {