aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/test/NeonLayerTests.cpp
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-06-17 17:45:43 +0100
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2019-06-18 16:18:33 +0100
commit71c80b1d51ce596df1d9f2c6c1b49640e7437eaa (patch)
tree7d43d2834ea32808264eac3e443780f813b717b5 /src/backends/neon/test/NeonLayerTests.cpp
parentedeeb168c6d2612d5b934158bf18c35c843dfc3e (diff)
downloadarmnn-71c80b1d51ce596df1d9f2c6c1b49640e7437eaa.tar.gz
IVGCVSW-3234 Add unit test for Concat with different quantization params
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Ia655b1b6c5f57d2b7c0d9dd17be342cd01f36c09
Diffstat (limited to 'src/backends/neon/test/NeonLayerTests.cpp')
-rw-r--r--src/backends/neon/test/NeonLayerTests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backends/neon/test/NeonLayerTests.cpp b/src/backends/neon/test/NeonLayerTests.cpp
index af9db52bb1..7802ba2d52 100644
--- a/src/backends/neon/test/NeonLayerTests.cpp
+++ b/src/backends/neon/test/NeonLayerTests.cpp
@@ -311,6 +311,8 @@ ARMNN_AUTO_TEST_CASE(CopyViaSplitterUint8, CopyViaSplitterUint8Test)
// Concat
ARMNN_AUTO_TEST_CASE(SimpleConcat, ConcatTest)
ARMNN_AUTO_TEST_CASE(ConcatUint8, ConcatUint8Test)
+ARMNN_AUTO_TEST_CASE(ConcatUint8DifferentInputOutputQParam,
+ ConcatDifferentInputOutputQParamTest<armnn::DataType::QuantisedAsymm8>, false)
// Fully Connected
ARMNN_AUTO_TEST_CASE(SimpleFullyConnected, FullyConnectedFloat32Test, false, false)