From c577f2c6a3b4ddb6ba87a882723c53a248afbeba Mon Sep 17 00:00:00 2001 From: telsoa01 Date: Fri, 31 Aug 2018 09:22:23 +0100 Subject: Release 18.08 --- src/armnnTfParser/test/Shape.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/armnnTfParser/test/Shape.cpp') diff --git a/src/armnnTfParser/test/Shape.cpp b/src/armnnTfParser/test/Shape.cpp index 7b414ecfac..959d69bb73 100644 --- a/src/armnnTfParser/test/Shape.cpp +++ b/src/armnnTfParser/test/Shape.cpp @@ -9,7 +9,7 @@ BOOST_AUTO_TEST_SUITE(TensorflowParser) -struct ShapeFixture : public ParserPrototxtFixture +struct ShapeFixture : public armnnUtils::ParserPrototxtFixture { ShapeFixture() { @@ -85,9 +85,8 @@ struct ShapeFixture : public ParserPrototxtFixture BOOST_FIXTURE_TEST_CASE(ParseShape, ShapeFixture) { - // Note: the test's output cannot be an int32 const layer, because that cannot exist in the - // as ARMNN only supports u8 and float layers. For that reason I added a reshape layer - // which reshapes the input to its original dimensions, which is not changing it. + // Note: the test's output cannot be an int32 const layer, because ARMNN only supports u8 and float layers. + // For that reason I added a reshape layer which reshapes the input to its original dimensions. RunTest<2>({ 0.0f, 1.0f, 2.0f, 3.0f }, { 0.0f, 1.0f, 2.0f, 3.0f }); } -- cgit v1.2.1