aboutsummaryrefslogtreecommitdiff
path: root/1.0/HalPolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to '1.0/HalPolicy.cpp')
-rw-r--r--1.0/HalPolicy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/1.0/HalPolicy.cpp b/1.0/HalPolicy.cpp
index d48b5494..34fdd279 100644
--- a/1.0/HalPolicy.cpp
+++ b/1.0/HalPolicy.cpp
@@ -670,7 +670,7 @@ bool HalPolicy::ConvertFullyConnected(const Operation& operation, const Model& m
if (!IsLayerSupported(__func__,
armnn::IsFullyConnectedSupported,
data.m_Compute,
- inputInfo,
+ reshapedInfo,
outputInfo,
weights.GetInfo(),
bias.GetInfo(),