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
Pre Merge pull request
!2032
from zhupuxu/fix_bug_uint
pull/2032/MERGE
zhupuxu
Gitee
3 years ago
parent
4722b72fb4
4c051a0d07
commit
808f727f70
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
inc/framework/common/ge_types.h
+ 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;
Write
Preview
Loading…
Cancel
Save