|
|
|
@@ -1841,8 +1841,8 @@ Status DavinciModel::InitAippType(uint32_t index, const OpDescPtr &op_desc, cons |
|
|
|
Status DavinciModel::GetAippType(uint32_t index, InputAippType &aipp_type, size_t &aipp_index) const { |
|
|
|
const auto it = aipp_type_list_.find(index); |
|
|
|
if (it == aipp_type_list_.end()) { |
|
|
|
GELOGE(ACL_ERROR_GE_AIPP_NOT_EXIST, "Can not find aipp data node from index %u", index); |
|
|
|
return ACL_ERROR_GE_AIPP_NOT_EXIST; |
|
|
|
GELOGW("There is no aipp releated info with index %u.", index); |
|
|
|
return SUCCESS; |
|
|
|
} |
|
|
|
|
|
|
|
aipp_type = it->second.first; |
|
|
|
|