Kaynağa Gözat

Update mnn-schema.js

Lutz Roeder 3 yıl önce
ebeveyn
işleme
5f64b59723
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      source/mnn-schema.js

+ 2 - 0
source/mnn-schema.js

@@ -1379,6 +1379,7 @@ $root.MNN.ExtraInfo = class ExtraInfo {
         const $ = new $root.MNN.ExtraInfo();
         $.buffer = reader.typedArray(position, 4, Int8Array);
         $.name = reader.string_(position, 6, null);
+        $.version = reader.string_(position, 8, null);
         return $;
     }
 };
@@ -1609,6 +1610,7 @@ $root.MNN.OpType = {
     EyeLike: 147,
     CumSum: 148,
     Det: 149,
+    CumProd: 150,
     Plugin: 256,
     Select: 257,
     ZerosLike: 258,