This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
int to uint
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
pull/2032/head
zhupuxu
3 years ago
parent
f04c3dbb18
commit
4c051a0d07
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
inc/framework/common/ge_types.h
+1
-1
metadef
+1
-1
parser
+ 1
- 1
inc/framework/common/ge_types.h
View File
@@ -260,7 +260,7 @@ struct TaskDescInfo {
uint32_t task_id;
uint32_t stream_id;
std::string shape_type;
int64_t cur_iter_num;
u
int64_t cur_iter_num;
std::string task_type;
std::vector<Format> input_format;
std::vector<std::vector<int64_t>> input_shape;
+ 1
- 1
metadef
@@ -1 +1 @@
Subproject commit
f9a47a45cdd7e6dc507a15291fcb769f96b859b3
Subproject commit
a725349b65aef2940555af2ddb7b9461fbe0d5fd
+ 1
- 1
parser
@@ -1 +1 @@
Subproject commit
b42a99ea6e1be75156650675fd0aeabca6cb3de9
Subproject commit
7a2daaa2625505e1a15e1faa46c90df1a23dd6fa
Write
Preview
Loading…
Cancel
Save