From f9ac3fd5676565b1065698158f8d54a27f24981c Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Wed, 3 Jul 2019 14:55:57 +0100 Subject: IVGCVSW-3399 Add QSymm16 IsLayerSupportedTest to reference backend * Refactor and add QSymm16 to IsDepthwiseConvolutionSupported * Refactor and add QSymm16 to IsEqualSupported * Refactor and add QSymm16 to IsGreaterSupported * Refactor and add QSymm16 to IsSplitterSupported * Refactor and add QSymm16 to IsStridedSliceSupported * Refactor and add QSymm16 to IsMemCopySupported * Refactor IsFakeQuantizationSupported Signed-off-by: Narumol Prangnawarat Change-Id: I4f115a5535748fc22df8bc90b24b537fd5dd95b8 --- src/backends/reference/test/RefLayerSupportTests.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/backends/reference/test') diff --git a/src/backends/reference/test/RefLayerSupportTests.cpp b/src/backends/reference/test/RefLayerSupportTests.cpp index e6a2fb3afa..106a7f6157 100644 --- a/src/backends/reference/test/RefLayerSupportTests.cpp +++ b/src/backends/reference/test/RefLayerSupportTests.cpp @@ -66,6 +66,12 @@ BOOST_AUTO_TEST_CASE(IsLayerSupportedUint8Reference) IsLayerSupportedTests(&factory); } +BOOST_AUTO_TEST_CASE(IsLayerSupportedInt16Reference) +{ + armnn::RefWorkloadFactory factory; + IsLayerSupportedTests(&factory); +} + BOOST_AUTO_TEST_CASE(IsConvertFp16ToFp32SupportedReference) { std::string reasonIfUnsupported; -- cgit v1.2.1