aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/GreaterLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/GreaterLayer.hpp')
-rw-r--r--src/armnn/layers/GreaterLayer.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/layers/GreaterLayer.hpp b/src/armnn/layers/GreaterLayer.hpp
index 8b33f419b9..bdee948d6e 100644
--- a/src/armnn/layers/GreaterLayer.hpp
+++ b/src/armnn/layers/GreaterLayer.hpp
@@ -25,6 +25,8 @@ public:
/// @param [in] graph The graph into which this layer is being cloned.
GreaterLayer* Clone(Graph& graph) const override;
+ void Accept(ILayerVisitor& visitor) const override;
+
protected:
/// Constructor to create a GreaterLayer.
/// @param [in] name Optional name for the layer.