Browse Source

!11008 [MS][LITE][CPU]change default value of cal multiplier mode

From: @fuzhiye
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
90c5f7e478
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/lite/schema/model.fbs

+ 1
- 1
mindspore/lite/schema/model.fbs View File

@@ -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 {


Loading…
Cancel
Save