aboutsummaryrefslogtreecommitdiff
path: root/test/Dilation.hpp
diff options
context:
space:
mode:
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));