diff --git a/mindspore/lite/schema/model.fbs b/mindspore/lite/schema/model.fbs index 8b3f09992e..6363abadfa 100644 --- a/mindspore/lite/schema/model.fbs +++ b/mindspore/lite/schema/model.fbs @@ -41,7 +41,7 @@ table QuantParam { meanCorr: float = 0; dstDtype: int = 32; roundType: int = 1; - multiplier: int = -1; // calculate fixed point multiplier method + multiplier: int = 1; // calculate fixed point multiplier method } table Tensor {