Browse Source

int to uint

Signed-off-by: zhupuxu <zhupuxu@huawei.com>
pull/2032/head
zhupuxu 3 years ago
parent
commit
4c051a0d07
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      inc/framework/common/ge_types.h
  2. +1
    -1
      metadef
  3. +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;
uint64_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

Loading…
Cancel
Save