From 843b61ab0bb8200818e356f253b86da03bc74ba8 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Fri, 22 Feb 2019 09:40:55 +0000 Subject: MLCE-87 Fix ConvertFullyConnected not supported Change-Id: If9f06b5b117972a43b5d1516c27ad350fafc4263 Signed-off-by: Kevin May --- 1.0/HalPolicy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), -- cgit v1.2.1