From d94efa8a7c6476fb50b3434723fda22859c236ad Mon Sep 17 00:00:00 2001 From: Tee Jung Date: Fri, 1 Nov 2019 11:55:21 +0000 Subject: Match shape in between initializer and tensor * Added extra dims definition for the second dimension of the weights Signed-off-by: Jung Tae-young tee.ty.jung@openedges.com Signed-off-by: Matteo Martincigh Change-Id: Ifeeff5c3d4733dbb9c246242fc4b796eb4d515a5 --- src/armnnOnnxParser/test/FullyConnected.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/armnnOnnxParser/test/FullyConnected.cpp b/src/armnnOnnxParser/test/FullyConnected.cpp index 395ff90bb9..133b8a6848 100644 --- a/src/armnnOnnxParser/test/FullyConnected.cpp +++ b/src/armnnOnnxParser/test/FullyConnected.cpp @@ -55,6 +55,7 @@ struct MatMulFixture : public armnnUtils::ParserPrototxtFixture