This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!287
add data type DT_INT4
Merge pull request
!287
from 李磊/master
pull/287/MERGE
i-robot
Gitee
5 years ago
parent
424ac0609f
9cd0de146c
commit
88c66a63b3
5 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
metadef
+2
-0
parser/caffe/proto/ge_ir.proto
+2
-0
parser/common/proto/ge_ir.proto
+2
-0
parser/proto/ge_ir.proto
+2
-0
parser/tensorflow/proto/ge_ir.proto
+ 1
- 1
metadef
@@ -1 +1 @@
Subproject commit
620e9b9ac3210db3e4cf47babfb23d248bb9f17
e
Subproject commit
43a77fb9371062ac249574d427876addd5e562d
e
+ 2
- 0
parser/caffe/proto/ge_ir.proto
View File
@@ -31,6 +31,8 @@ enum DataType
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
DT_BF16 = 27; // bf16 type
DT_INT4 = 28; // int4 type
}
message AttrDef
+ 2
- 0
parser/common/proto/ge_ir.proto
View File
@@ -31,6 +31,8 @@ enum DataType
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
DT_BF16 = 27; // bf16 type
DT_INT4 = 28; // int4 type
}
message AttrDef
+ 2
- 0
parser/proto/ge_ir.proto
View File
@@ -31,6 +31,8 @@ enum DataType
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
DT_BF16 = 27; // bf16 type
DT_INT4 = 28; // int4 type
}
message AttrDef
+ 2
- 0
parser/tensorflow/proto/ge_ir.proto
View File
@@ -31,6 +31,8 @@ enum DataType
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
DT_BF16 = 27; // bf16 type
DT_INT4 = 28; // int4 type
}
message AttrDef
Write
Preview
Loading…
Cancel
Save