From 47cfee9358be7a5c1c71e4ab7e94bec2557248c1 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 4 Jul 2019 10:29:00 +0100 Subject: IVGCVSW-3399 Add support of QuantisedSymm16 to Debug and unit tests, refactor to be done Signed-off-by: Narumol Prangnawarat Change-Id: I6dbf6a2aa328b8c843632e1231931b4e1c6888bb --- src/backends/reference/test/RefLayerTests.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/backends/reference/test') diff --git a/src/backends/reference/test/RefLayerTests.cpp b/src/backends/reference/test/RefLayerTests.cpp index e978f4254d..5542c9ae4f 100644 --- a/src/backends/reference/test/RefLayerTests.cpp +++ b/src/backends/reference/test/RefLayerTests.cpp @@ -10,6 +10,7 @@ #include +#include #include #include @@ -1025,6 +1026,11 @@ ARMNN_AUTO_TEST_CASE(Debug3DUint8, Debug3DUint8Test) ARMNN_AUTO_TEST_CASE(Debug2DUint8, Debug2DUint8Test) ARMNN_AUTO_TEST_CASE(Debug1DUint8, Debug1DUint8Test) +ARMNN_AUTO_TEST_CASE(Debug4DQSymm16, Debug4DTest) +ARMNN_AUTO_TEST_CASE(Debug3DQSymm16, Debug3DTest) +ARMNN_AUTO_TEST_CASE(Debug2DQSymm16, Debug2DTest) +ARMNN_AUTO_TEST_CASE(Debug1DQSymm16, Debug1DTest) + // Gather ARMNN_AUTO_TEST_CASE(Gather1DParamsFloat, Gather1DParamsFloatTest) ARMNN_AUTO_TEST_CASE(Gather1DParamsUint8, Gather1DParamsUint8Test) -- cgit v1.2.1