IVGCVSW-3213 Extend the Reference BatchNormalization workload to
authorMatteo Martincigh <matteo.martincigh@arm.com>
Tue, 4 Jun 2019 09:59:47 +0000 (10:59 +0100)
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>
Tue, 4 Jun 2019 15:20:45 +0000 (15:20 +0000)
commitf550713476f404a82e59bd68223a8a4955e753f2
tree762b3eae41d412c1da7b45c9ead1ca2547b66f12
parent3122bd574a3d29774c535ca2136de361da626e88
IVGCVSW-3213 Extend the Reference BatchNormalization workload to
support the new QSymm16 type

 * Added QSymm16 to the range of supported types for batch
   normalization ref workloads
 * Added unit tests for QSymm16

Change-Id: I5b2fcfbd9cb5af149ebfe24e2d95f3affa2e3690
Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
src/backends/backendsCommon/WorkloadData.cpp
src/backends/backendsCommon/test/LayerTests.cpp
src/backends/backendsCommon/test/LayerTests.hpp
src/backends/reference/RefLayerSupport.cpp
src/backends/reference/test/RefCreateWorkloadTests.cpp
src/backends/reference/test/RefLayerTests.cpp