!6040 [MS][LITE][Develop]add black box op schema

Merge pull request !6040 from mengyuanli/add_black_box
pull/6040/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 097045c72d

@ -198,6 +198,7 @@ union PrimitiveType {
ToFormat,
Proposal,
Custom,
BlackBox,
}
enum QuantType: int {

@ -917,3 +917,10 @@ table Proposal {
table Custom {
custom : [ubyte];
}
table BlackBox {
id : string;
size : int;
address : [ubyte];
}

Loading…
Cancel
Save