Pārlūkot izejas kodu

Update tflite-schema.js

Lutz Roeder 4 mēneši atpakaļ
vecāks
revīzija
00f3ee87d2
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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 {