Browse Source

!560 Sync ge_dev to master, 20220602

Merge pull request !560 from 储星/ge_dev
pull/561/MERGE
图灵工程 Gitee 3 years ago
parent
commit
3d275593fb
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/caffe/caffe_parser.cc

+ 1
- 1
parser/caffe/caffe_parser.cc View File

@@ -982,7 +982,7 @@ Status CaffeModelParser::AddTensorDescToOpDescByIr(ge::OpDescPtr &op_desc, const
}
}
GELOGI("op [%s], type[%s], update input(%d) with name %s %s", op_desc->GetName().c_str(),
op_desc->GetType().c_str(), i, input_name.c_str(), ret == ge::GRAPH_SUCCESS ? "success" : "failed");
op_desc->GetType().c_str(), i, input_name.c_str(), ret == ge::GRAPH_SUCCESS ? "success" : "not success");
}

for (int i = 0; i < layer.top_size(); i++) {


Loading…
Cancel
Save