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