Browse Source

fix conflict

tags/v1.3.0
wangxiaotian22 4 years ago
parent
commit
a11e58133b
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      ge/graph/load/model_manager/davinci_model.cc

+ 1
- 5
ge/graph/load/model_manager/davinci_model.cc View File

@@ -4261,13 +4261,9 @@ Status DavinciModel::GetAllAippInputOutputDims(uint32_t index, vector<InputOutpu
vector<InputOutputDims> &output_dims) const {
const auto it = aipp_dims_info_.find(index);
if (it == aipp_dims_info_.end()) {
<<<<<<< Updated upstream
GELOGE(ACL_ERROR_GE_AIPP_NOT_EXIST, "There is not AIPP related with index %u.", index);
=======
REPORT_INNER_ERROR("E19999", "Get index:%u from aipp_dims_info_ fail, model_id:%u, when DavinciModel %s",
index, model_id_, __FUNCTION__);
GELOGE(ACL_ERROR_GE_AIPP_NOT_EXIST, "there is not AIPP related with index %u.", index);
>>>>>>> Stashed changes
GELOGE(ACL_ERROR_GE_AIPP_NOT_EXIST, "There is not AIPP related with index %u.", index);
return ACL_ERROR_GE_AIPP_NOT_EXIST;
}



Loading…
Cancel
Save