aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/LayerTests.hpp
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2019-09-19 11:21:11 +0100
committerNikhil Raj <nikhil.raj@arm.com>2019-09-19 11:21:11 +0100
commit68c2c903e94a96b1663cffa3e5981a5869dc8b92 (patch)
treecdfd3df18383ac4743f8175f1e7caf03779caadd /src/backends/backendsCommon/test/LayerTests.hpp
parent95cf225f58a985fd96ef23fb77bd685f609dd18e (diff)
downloadarmnn-68c2c903e94a96b1663cffa3e5981a5869dc8b92.tar.gz
IVGCVSW-3723 Adding reference workload support for ArgMinMax
Change-Id: I65209ecec4e3abf808163239748d6e830568c2e3 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
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 f48ae436cb..14ff26610f 100644
--- a/src/backends/backendsCommon/test/LayerTests.hpp
+++ b/src/backends/backendsCommon/test/LayerTests.hpp
@@ -8,6 +8,7 @@
#include <backendsCommon/test/layerTests/AbsTestImpl.hpp>
#include <backendsCommon/test/layerTests/ActivationTestImpl.hpp>
#include <backendsCommon/test/layerTests/AdditionTestImpl.hpp>
+#include <backendsCommon/test/layerTests/ArgMinMaxTestImpl.hpp>
#include <backendsCommon/test/layerTests/BatchNormalizationTestImpl.hpp>
#include <backendsCommon/test/layerTests/BatchToSpaceNdTestImpl.hpp>
#include <backendsCommon/test/layerTests/ConcatTestImpl.hpp>