Browse Source

Pre Merge pull request !2032 from zhupuxu/fix_bug_uint

pull/2032/MERGE
zhupuxu Gitee 3 years ago
parent
commit
808f727f70
1 changed files with 1 additions and 1 deletions
  1. +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;
uint64_t cur_iter_num;
std::string task_type;
std::vector<Format> input_format;
std::vector<std::vector<int64_t>> input_shape;


Loading…
Cancel
Save