From e9e7bfd09e3435d2bbb334e07c6a0a2514c80048 Mon Sep 17 00:00:00 2001 From: jimfly01 Date: Thu, 24 Jan 2019 22:29:33 +0000 Subject: IVGCVSW-2547 Add Accept function to IConnectableLayer * Layers which callback VisitXXXLayer with ConstTensor have been implemented with dummies to speed up implementation and unblock IVGCVSW-2531 Change-Id: I49b8035f12ec72d6bd6cee95075692f98c48e193 --- src/armnn/layers/RsqrtLayer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnn/layers/RsqrtLayer.hpp') 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. -- cgit v1.2.1