IVGCVSW-3391 Add SpaceToDepth CreateWorkload and EndToEnd tests
authorJames Conroy <james.conroy@arm.com>
Tue, 2 Jul 2019 09:57:56 +0000 (10:57 +0100)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Tue, 9 Jul 2019 10:21:21 +0000 (10:21 +0000)
commit6059784511ce472c9df2289582ad13a0e2aa160e
tree3b072ed96d1822441f967321e461c6d2ff66b5e9
parenta5b5bbf7a01758d49fa3f14431b9f8c23a97fe9e
IVGCVSW-3391 Add SpaceToDepth CreateWorkload and EndToEnd tests

 * Refactored existing EndToEnd tests, moved
   tests in reference to backendsCommon.
 * Enabled EndToEnd tests for CL.
 * Added new Ref/CL CreateWorkload tests.

Signed-off-by: James Conroy <james.conroy@arm.com>
Change-Id: I0a5e52961a8aca540d43241a3805d19c9c6ff56c
src/armnn/test/CreateWorkload.hpp
src/backends/backendsCommon/test/SpaceToDepthEndToEndTestImpl.hpp
src/backends/cl/test/ClCreateWorkloadTests.cpp
src/backends/cl/test/ClEndToEndTests.cpp
src/backends/reference/test/RefCreateWorkloadTests.cpp
src/backends/reference/test/RefEndToEndTests.cpp