aboutsummaryrefslogtreecommitdiff
path: root/test/Dilation.hpp
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-04-15 14:12:08 +0100
committerCathal Corbett <cathal.corbett@arm.com>2022-05-05 09:11:47 +0000
commit915f2a7327098636cc5a292510cd00b715e67e90 (patch)
tree20933b85c8e2f46f97c82031b7925c176d4ccf7b /test/Dilation.hpp
parent0ae102a0fc9d66b7067cf8d7a0ed1af5ed65ae50 (diff)
downloadandroid-nn-driver-915f2a7327098636cc5a292510cd00b715e67e90.tar.gz
IVGCVSW-6127 ConstTensorsAsInput: DepthwiseConvolution2d
!armnn:7417 Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: Ic37d6b8677e040c60a90358dd0a4a8eb33fb6ea0
Diffstat (limited to 'test/Dilation.hpp')
-rw-r--r--test/Dilation.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Dilation.hpp b/test/Dilation.hpp
index 86c13361..dbd24933 100644
--- a/test/Dilation.hpp
+++ b/test/Dilation.hpp
@@ -51,6 +51,8 @@ public:
armnn::IgnoreUnused(layer, constants, id, name);
switch (layer->GetType())
{
+ case armnn::LayerType::Constant:
+ break;
case armnn::LayerType::Convolution2d:
{
CheckDilationParams(static_cast<const armnn::Convolution2dDescriptor&>(descriptor));