Browse Source

Pre Merge pull request !542 from 赵鲁鹏/misra

pull/542/MERGE
赵鲁鹏 Gitee 4 years ago
parent
commit
aeee6b811d
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      parser/common/data_op_parser.cc

+ 1
- 0
parser/common/data_op_parser.cc View File

@@ -44,6 +44,7 @@ FMK_FUNC_HOST_VISIBILITY Status DataOpParser::ParseShape(const std::vector<int64
data_type = ge::DT_FLOAT;
}


// convert input
std::vector<int64_t> def_format_shape(shape);



Loading…
Cancel
Save