IVGCVSW-1932: Add Unit tests for NHWC ResizeBilinear
authorJames Conroy <james.conroy@arm.com>
Wed, 3 Oct 2018 08:32:03 +0000 (09:32 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Wed, 10 Oct 2018 15:16:58 +0000 (16:16 +0100)
commit074f371bcd1d91c1f36b458d9ea1b050eafe5947
tree2063f84b6e89aa112ec997c09b829ff087da4abb
parent5eec11db435a94ba5046ba74edc5c9c412a64e9d
IVGCVSW-1932: Add Unit tests for NHWC ResizeBilinear

* Adds five unit tests that execute ResizeBilinear
  with the NHWC data layout and Float32 data type.
* Refactors original ResizeBilinear Float32 tests
  to take DataLayout as a parameter.
* Adds four unit tests that execute CreateWorkloadCl
  for both NCHW and NHWC (NCHW tests did not exist
  for CreateWorkloadCl).

Change-Id: I1af419ed0b62b8f4d4550f6d120a584a0a223b17
src/armnn/test/CreateWorkload.hpp
src/backends/test/ArmComputeCl.cpp
src/backends/test/CreateWorkloadCl.cpp
src/backends/test/LayerTests.cpp
src/backends/test/LayerTests.hpp