aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MemCopyLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/MemCopyLayer.cpp')
-rw-r--r--src/armnn/layers/MemCopyLayer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/armnn/layers/MemCopyLayer.cpp b/src/armnn/layers/MemCopyLayer.cpp
index 3695117e92..0443c75675 100644
--- a/src/armnn/layers/MemCopyLayer.cpp
+++ b/src/armnn/layers/MemCopyLayer.cpp
@@ -51,8 +51,7 @@ void MemCopyLayer::ValidateTensorShapesFromInputs()
void MemCopyLayer::ExecuteStrategy(IStrategy& strategy) const
{
- IgnoreUnused(strategy);
- throw armnn::Exception("FakeQuantizationLayer should not appear in an input graph");
+ strategy.ExecuteStrategy(this, GetParameters(), {}, GetName());
}
} // namespace armnn