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