aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ArmnnPreparedModel_1_3.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ArmnnPreparedModel_1_3.cpp b/ArmnnPreparedModel_1_3.cpp
index 2970e8ff..3d93b99d 100644
--- a/ArmnnPreparedModel_1_3.cpp
+++ b/ArmnnPreparedModel_1_3.cpp
@@ -857,6 +857,8 @@ Return <V1_3::ErrorStatus> ArmnnPreparedModel_1_3<HalVersion>::Execute(const V1_
return V1_3::ErrorStatus::NONE;
case V1_3::ErrorStatus::GENERAL_FAILURE:
return V1_3::ErrorStatus::GENERAL_FAILURE;
+ case V1_3::ErrorStatus::INVALID_ARGUMENT:
+ return V1_3::ErrorStatus::INVALID_ARGUMENT;
default:
{}
}