|
|
|
@@ -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), |
|
|
|
|