Explorar o código

Update tflite-schema.js

Lutz Roeder hai 4 meses
pai
achega
00f3ee87d2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      source/tflite-schema.js

+ 2 - 1
source/tflite-schema.js

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