From ffbf912db63f3ed8e08dee0f3497399d4c99c3f1 Mon Sep 17 00:00:00 2001 From: fuzhiye Date: Wed, 6 Jan 2021 14:59:47 +0800 Subject: [PATCH] change default value of cal multiplier mode --- mindspore/lite/schema/model.fbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {