From 71c80b1d51ce596df1d9f2c6c1b49640e7437eaa Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Mon, 17 Jun 2019 17:45:43 +0100 Subject: IVGCVSW-3234 Add unit test for Concat with different quantization params Signed-off-by: Narumol Prangnawarat Change-Id: Ia655b1b6c5f57d2b7c0d9dd17be342cd01f36c09 --- src/backends/reference/test/RefLayerTests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/backends/reference/test') diff --git a/src/backends/reference/test/RefLayerTests.cpp b/src/backends/reference/test/RefLayerTests.cpp index a45c248ce6..95e93653bc 100644 --- a/src/backends/reference/test/RefLayerTests.cpp +++ b/src/backends/reference/test/RefLayerTests.cpp @@ -354,6 +354,10 @@ ARMNN_AUTO_TEST_CASE(SimpleConcat, ConcatTest) ARMNN_AUTO_TEST_CASE(ConcatUint8, ConcatUint8Test) ARMNN_AUTO_TEST_CASE(ConcatUint8DifferentQParams, ConcatUint8DifferentQParamsTest) ARMNN_AUTO_TEST_CASE(ConcatUint16, ConcatUint16Test) +ARMNN_AUTO_TEST_CASE(ConcatUint8DifferentInputOutputQParam, + ConcatDifferentInputOutputQParamTest, true) +ARMNN_AUTO_TEST_CASE(ConcatInt16DifferentInputOutputQParam, + ConcatDifferentInputOutputQParamTest, true) // Add ARMNN_AUTO_TEST_CASE(SimpleAdd, AdditionTest) -- cgit v1.2.1