diff --git a/mindspore/lite/schema/model.fbs b/mindspore/lite/schema/model.fbs index ca934c6ccf..56fe89c4df 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 {