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

+ 3 - 0
source/mnn-schema.js

@@ -1611,6 +1611,8 @@ $root.MNN.OpType = {
     CumSum: 148,
     Det: 149,
     CumProd: 150,
+    ScatterElements: 151,
+    GatherElements: 152,
     Plugin: 256,
     Select: 257,
     ZerosLike: 258,
@@ -1719,6 +1721,7 @@ $root.MNN.LoopParam = class LoopParam {
         $.parallel = reader.bool_(position, 12, true);
         $.loopNumber = reader.int32_(position, 14, 0);
         $.commands = reader.tableArray(position, 16, $root.MNN.RegionCommand.decode);
+        $.initCommand = reader.table(position, 18, $root.MNN.RegionCommand.decode);
         return $;
     }
 };