aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/LayerTests.hpp
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-05-09 17:27:08 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2022-05-10 12:33:02 +0000
commit0302723e409df80bebd83883ce0aad07fece54c5 (patch)
tree12733a479008dd12fff2a7e616cccaf3c58c9101 /src/backends/backendsCommon/test/LayerTests.hpp
parent989e2f6c71b979f6aaf3c653808a7893fb0dd1c3 (diff)
downloadarmnn-0302723e409df80bebd83883ce0aad07fece54c5.tar.gz
IVGCVSW-6936 Sqrt for CpuRef, CpuAcc and GpuAcc
* Add Unit Tests * Bug Fix: add Sqrt to Neon and Cl workload factories Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I0db1d813a4e7d15431e87e825e6d14e61f5ffb7d
Diffstat (limited to 'src/backends/backendsCommon/test/LayerTests.hpp')
-rw-r--r--src/backends/backendsCommon/test/LayerTests.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/backendsCommon/test/LayerTests.hpp b/src/backends/backendsCommon/test/LayerTests.hpp
index e30cf2b6f6..8d73027783 100644
--- a/src/backends/backendsCommon/test/LayerTests.hpp
+++ b/src/backends/backendsCommon/test/LayerTests.hpp
@@ -68,6 +68,7 @@
#include <backendsCommon/test/layerTests/SpaceToBatchNdTestImpl.hpp>
#include <backendsCommon/test/layerTests/SpaceToDepthTestImpl.hpp>
#include <backendsCommon/test/layerTests/SplitterTestImpl.hpp>
+#include <backendsCommon/test/layerTests/SqrtTestImpl.hpp>
#include <backendsCommon/test/layerTests/StackTestImpl.hpp>
#include <backendsCommon/test/layerTests/StridedSliceTestImpl.hpp>
#include <backendsCommon/test/layerTests/SubtractionTestImpl.hpp>