aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/Pooling2dLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/Pooling2dLayer.hpp')
-rw-r--r--src/armnn/layers/Pooling2dLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/Pooling2dLayer.hpp b/src/armnn/layers/Pooling2dLayer.hpp
index ee6a6acee5..f70ae78aa9 100644
--- a/src/armnn/layers/Pooling2dLayer.hpp
+++ b/src/armnn/layers/Pooling2dLayer.hpp
@@ -34,6 +34,8 @@ public:
/// @return A vector to the inferred output shape.
std::vector<TensorShape> InferOutputShapes(const std::vector<TensorShape>& inputShapes) const override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a Pooling2dLayer.
/// @param [in] param Pooling2dDescriptor to configure the pooling2d operation.