Skip to content

Commit

Permalink
Update mnn-schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Apr 27, 2023
1 parent 0432961 commit 60c4c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/mnn-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ $root.MNN.StridedSliceParam = class StridedSliceParam {
$.ellipsisMask = reader.int32_(position, 12, 0);
$.newAxisMask = reader.int32_(position, 14, 0);
$.shrinkAxisMask = reader.int32_(position, 16, 0);
$.fromType = reader.int32_(position, 18, 0);
return $;
}
};
Expand Down

0 comments on commit 60c4c02

Please sign in to comment.