aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MemCopyLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/MemCopyLayer.hpp')
-rw-r--r--src/armnn/layers/MemCopyLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/MemCopyLayer.hpp b/src/armnn/layers/MemCopyLayer.hpp
index 051b18f1fe..2c696a433c 100644
--- a/src/armnn/layers/MemCopyLayer.hpp
+++ b/src/armnn/layers/MemCopyLayer.hpp
@@ -28,6 +28,8 @@ public:
/// will lead to a valid configuration of @ref MemCopyLayer.
void ValidateTensorShapesFromInputs() override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a MemCopyLayer.
/// @param [in] name Optional name for the layer.