aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/MeanLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/MeanLayer.hpp')
-rw-r--r--src/armnn/layers/MeanLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/MeanLayer.hpp b/src/armnn/layers/MeanLayer.hpp
index 3896569aa8..d70302fa44 100644
--- a/src/armnn/layers/MeanLayer.hpp
+++ b/src/armnn/layers/MeanLayer.hpp
@@ -29,6 +29,8 @@ public:
/// will lead to a valid configuration of @ref MeanLayer.
void ValidateTensorShapesFromInputs() override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a MeanLayer.
/// @param [in] param MeanDescriptor to configure the mean operation.