Sfoglia il codice sorgente

Update tflite-schema.js

Lutz Roeder 3 anni fa
parent
commit
d3b635f77e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      source/tflite-schema.js

+ 1 - 0
source/tflite-schema.js

@@ -2717,6 +2717,7 @@ $root.tflite.AssociatedFile = class AssociatedFile {
         $.description = reader.string_(position, 6, null);
         $.type = reader.int8_(position, 8, 0);
         $.locale = reader.string_(position, 10, null);
+        $.version = reader.string_(position, 12, null);
         return $;
     }
 };