This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
change cal multiplier mode default value
tags/v1.2.0-rc1
fuzhiye
4 years ago
parent
ac4d3f2232
commit
5eb664ec4c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save