Browse Source

Eliminate data_op_list_

pull/826/head
zhangxiaokun 5 years ago
parent
commit
92ce8ca424
3 changed files with 1 additions and 5099 deletions
  1. +1
    -1
      ge/graph/load/new_model_manager/davinci_model.cc
  2. +0
    -4054
      ge/graph/load/new_model_manager/davinci_model.cc.bak
  3. +0
    -1044
      ge/graph/load/new_model_manager/davinci_model.h.bak

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

@@ -1761,7 +1761,7 @@ Status DavinciModel::InitAIPPInfo(uint32_t index, const OpDescPtr &op_desc) {
"Data node do not contain param aipp!");
GE_CHK_STATUS_RET(OpUtils::ConvertAippParams(aipp_attr, &aipp_params), "get aipp params failed");
GELOGI("GetAIPPInfo: node data: %s, type: %s, current index: %u, current node related input rank: %u",
op_desc->GetName().c_str(), op_desc->GetType().c_str(), index, aipp_params->related_input_rank());
op_desc->GetName().c_str(), op_desc->GetType().c_str(), index, aipp_params.related_input_rank());

AippConfigInfo aipp_info;
GE_CHK_STATUS_RET(AippUtils::ConvertAippParams2AippInfo(&aipp_params, aipp_info),


+ 0
- 4054
ge/graph/load/new_model_manager/davinci_model.cc.bak
File diff suppressed because it is too large
View File


+ 0
- 1044
ge/graph/load/new_model_manager/davinci_model.h.bak
File diff suppressed because it is too large
View File


Loading…
Cancel
Save