aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/OutputLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/OutputLayer.hpp')
-rw-r--r--src/armnn/layers/OutputLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/OutputLayer.hpp b/src/armnn/layers/OutputLayer.hpp
index 080b30183b..b86f8e2dfe 100644
--- a/src/armnn/layers/OutputLayer.hpp
+++ b/src/armnn/layers/OutputLayer.hpp
@@ -37,6 +37,8 @@ public:
/// will lead to a valid configuration of @ref OutputLayer.
void ValidateTensorShapesFromInputs() override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create an OutputLayer.
/// @param id The layer binding id number.