This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
add dt_variant type.
pull/160/head
y00500818
4 years ago
parent
54ec7731e3
commit
b5e1a74022
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