From d2aa85ee2a0f574bcba50a376721f15c7e99308d Mon Sep 17 00:00:00 2001 From: James Conroy Date: Mon, 1 Jul 2019 17:12:40 +0100 Subject: IVGCVSW-3353 Add CL support and tests for SpaceToDepth * Added CL backend support for SpaceToDepth. * Enabled unit tests for SpaceToDepth on CL. * Renamed unit tests to make them type-agnostic. * Added QSymm16/S16 support to ClTensorHandle. Signed-off-by: James Conroy Change-Id: I417d82946142ed619c447428bf0b0c4a2116c004 --- src/backends/backendsCommon/test/SpaceToDepthTestImpl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backends/backendsCommon/test/SpaceToDepthTestImpl.hpp') diff --git a/src/backends/backendsCommon/test/SpaceToDepthTestImpl.hpp b/src/backends/backendsCommon/test/SpaceToDepthTestImpl.hpp index 99926cd026..af3f5d2618 100644 --- a/src/backends/backendsCommon/test/SpaceToDepthTestImpl.hpp +++ b/src/backends/backendsCommon/test/SpaceToDepthTestImpl.hpp @@ -81,7 +81,7 @@ LayerTestResult SpaceToDepthTestImpl( } template> -LayerTestResult SpaceToDepthSimpleTest( +LayerTestResult SpaceToDepthSimpleTest1( armnn::IWorkloadFactory& workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr& memoryManager, armnn::DataLayout dataLayout = armnn::DataLayout::NHWC) @@ -114,7 +114,7 @@ LayerTestResult SpaceToDepthSimpleTest( } template> -LayerTestResult SpaceToDepthFloatTest( +LayerTestResult SpaceToDepthSimpleTest2( armnn::IWorkloadFactory& workloadFactory, const armnn::IBackendInternal::IMemoryManagerSharedPtr& memoryManager, armnn::DataLayout dataLayout = armnn::DataLayout::NHWC) -- cgit v1.2.1