This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
!160
add dt_variant type
Merge pull request
!160
from yangyongqiang/dev_add_variant
pull/160/MERGE
i-robot
Gitee
4 years ago
parent
54ec7731e3
b5e1a74022
commit
34559943b6
5 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
metadef
+1
-0
parser/caffe/proto/ge_ir.proto
+1
-0
parser/common/proto/ge_ir.proto
+1
-0
parser/proto/ge_ir.proto
+1
-0
parser/tensorflow/proto/ge_ir.proto
+ 1
- 1
metadef
@@ -1 +1 @@
Subproject commit
8c89c521f5d682327b2f975cf06f7093960eb2f0
Subproject commit
c14d2be38171eed63416e71178774103faf1f5cd
+ 1
- 0
parser/caffe/proto/ge_ir.proto
View File
@@ -30,6 +30,7 @@ enum DataType
DT_RESOURCE = 23; // resource type
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
}
message AttrDef
+ 1
- 0
parser/common/proto/ge_ir.proto
View File
@@ -30,6 +30,7 @@ enum DataType
DT_RESOURCE = 23; // resource type
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
}
message AttrDef
+ 1
- 0
parser/proto/ge_ir.proto
View File
@@ -30,6 +30,7 @@ enum DataType
DT_RESOURCE = 23; // resource type
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
}
message AttrDef
+ 1
- 0
parser/tensorflow/proto/ge_ir.proto
View File
@@ -30,6 +30,7 @@ enum DataType
DT_RESOURCE = 23; // resource type
DT_STRING_REF = 24; // string_ref type
DT_DUAL = 25; /**< dual output type */
DT_VARIANT = 26; // variant type
}
message AttrDef
Write
Preview
Loading…
Cancel
Save