From d3b635f77e74bea3c671f01737e64497b662f17b Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Wed, 13 Jul 2022 20:19:57 -0700 Subject: [PATCH] Update tflite-schema.js --- source/tflite-schema.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tflite-schema.js b/source/tflite-schema.js index cb08420f4c..8313e4f504 100644 --- a/source/tflite-schema.js +++ b/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 $; } };