Sfoglia il codice sorgente

Update executorch-schema.js

Lutz Roeder 11 mesi fa
parent
commit
ecd2feed7d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      source/executorch-schema.js

+ 1 - 0
source/executorch-schema.js

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