Lutz Roeder 1 год назад
Родитель
Сommit
aa091ba2cd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      source/onnx-schema.js

+ 1 - 0
source/onnx-schema.js

@@ -209,6 +209,7 @@ onnxruntime.fbs.Tensor = class Tensor {
         $.data_type = reader.int32_(position, 10, 0);
         $.raw_data = reader.array(position, 12, Uint8Array);
         $.string_data = reader.strings_(position, 14);
+        $.external_data_offset = reader.int64_(position, 16, -1n);
         return $;
     }
 };