MLCE-87 Fix ConvertFullyConnected not supported

Change-Id: If9f06b5b117972a43b5d1516c27ad350fafc4263
Signed-off-by: Kevin May <kevin.may@arm.com>
diff --git a/1.0/HalPolicy.cpp b/1.0/HalPolicy.cpp
index d48b549..34fdd27 100644
--- a/1.0/HalPolicy.cpp
+++ b/1.0/HalPolicy.cpp
@@ -670,7 +670,7 @@
     if (!IsLayerSupported(__func__,
                           armnn::IsFullyConnectedSupported,
                           data.m_Compute,
-                          inputInfo,
+                          reshapedInfo,
                           outputInfo,
                           weights.GetInfo(),
                           bias.GetInfo(),