aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TestNameOnlyLayerVisitor.hpp
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-09-19 14:31:17 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-09-20 14:18:22 +0000
commitdd6247f52dcb33bd03391b7ee573d7082e18cca7 (patch)
treefb849d8afc6ffd74c1f6334d1f81b92a367fd024 /src/armnn/test/TestNameOnlyLayerVisitor.hpp
parenta2f4b4be6adbd8b53e4e860c4d7c3a704e343395 (diff)
downloadarmnn-dd6247f52dcb33bd03391b7ee573d7082e18cca7.tar.gz
IVGCVSW-3883 Add frontend for DepthToSpace layer
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I18d957af6e988ffb6b9ee46ac836d1f38600e10b
Diffstat (limited to 'src/armnn/test/TestNameOnlyLayerVisitor.hpp')
-rw-r--r--src/armnn/test/TestNameOnlyLayerVisitor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnn/test/TestNameOnlyLayerVisitor.hpp b/src/armnn/test/TestNameOnlyLayerVisitor.hpp
index 1c5ede0802..4e0aa2f989 100644
--- a/src/armnn/test/TestNameOnlyLayerVisitor.hpp
+++ b/src/armnn/test/TestNameOnlyLayerVisitor.hpp
@@ -45,6 +45,7 @@ public: \
} // anonymous namespace
TEST_LAYER_VISITOR_1_PARAM(Addition)
+TEST_LAYER_VISITOR_2_PARAM(DepthToSpace)
TEST_LAYER_VISITOR_1_PARAM(Division)
TEST_LAYER_VISITOR_1_PARAM(Equal)
TEST_LAYER_VISITOR_1_PARAM(Floor)