aboutsummaryrefslogtreecommitdiff
path: root/1.1/HalPolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to '1.1/HalPolicy.cpp')
-rw-r--r--1.1/HalPolicy.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/1.1/HalPolicy.cpp b/1.1/HalPolicy.cpp
index 91cce526..64b7d2ae 100644
--- a/1.1/HalPolicy.cpp
+++ b/1.1/HalPolicy.cpp
@@ -431,7 +431,8 @@ bool HalPolicy::ConvertSqueeze(const Operation& operation, const Model& model, C
if (!IsLayerSupported(__func__,
armnn::IsReshapeSupported,
data.m_Compute,
- inputInfo))
+ inputInfo,
+ reshapeDesc))
{
return false;
}
@@ -675,4 +676,4 @@ bool HalPolicy::ConvertBatchToSpaceNd(const Operation& operation, const Model& m
} // namespace hal_1_1
-} // namespace armnn_driver \ No newline at end of file
+} // namespace armnn_driver