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
!6040
[MS][LITE][Develop]add black box op schema
Merge pull request
!6040
from mengyuanli/add_black_box
tags/v1.0.0
mindspore-ci-bot
Gitee
5 years ago
parent
4e462b9ea8
4d418a7eb1
commit
097045c72d
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/lite/schema/model.fbs
+7
-0
mindspore/lite/schema/ops.fbs
+ 1
- 0
mindspore/lite/schema/model.fbs
View File
@@ -198,6 +198,7 @@ union PrimitiveType {
ToFormat,
Proposal,
Custom,
BlackBox,
}
enum QuantType: int {
+ 7
- 0
mindspore/lite/schema/ops.fbs
View File
@@ -917,3 +917,10 @@ table Proposal {
table Custom {
custom : [ubyte];
}
table BlackBox {
id : string;
size : int;
address : [ubyte];
}
Write
Preview
Loading…
Cancel
Save