2
0
Эх сурвалжийг харах

Update executorch-schema.js

Lutz Roeder 11 сар өмнө
parent
commit
ecd2feed7d

+ 1 - 0
source/executorch-schema.js

@@ -872,6 +872,7 @@ fb_xnnpack.ConstantDataOffset = class ConstantDataOffset {
         const $ = new fb_xnnpack.ConstantDataOffset();
         $.offset = reader.uint64_(position, 4, 0n);
         $.size = reader.uint64_(position, 6, 0n);
+        $.named_key = reader.string_(position, 8, null);
         return $;
     }
 };