We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f52a81 commit c46f9efCopy full SHA for c46f9ef
source/mnn-schema.js
@@ -269,7 +269,7 @@ MNN.IDSTQuan = class IDSTQuan {
269
$.quantScale = reader.float32_(position, 12, 0);
270
$.scaleIn = reader.float32_(position, 14, 0);
271
$.scaleOut = reader.float32_(position, 16, 0);
272
- $.aMax = reader.int32_(position, 18, 0);
+ $.aMaxOrBits = reader.int32_(position, 18, 0);
273
$.aMin = reader.int32_(position, 20, 0);
274
$.readType = reader.int32_(position, 22, 0);
275
$.has_scaleInt = reader.bool_(position, 24, false);
@@ -288,7 +288,7 @@ MNN.IDSTQuan = class IDSTQuan {
288
$.quantScale = reader.value(json.quantScale, 0);
289
$.scaleIn = reader.value(json.scaleIn, 0);
290
$.scaleOut = reader.value(json.scaleOut, 0);
291
- $.aMax = reader.value(json.aMax, 0);
+ $.aMaxOrBits = reader.value(json.aMaxOrBits, 0);
292
$.aMin = reader.value(json.aMin, 0);
293
$.readType = reader.value(json.readType, 0);
294
$.has_scaleInt = reader.value(json.has_scaleInt, false);
0 commit comments