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/AdditionLayer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnn/layers/AdditionLayer.hpp') diff --git a/src/armnn/layers/AdditionLayer.hpp b/src/armnn/layers/AdditionLayer.hpp index 4a6b8d9f1a..1c2acabbb2 100644 --- a/src/armnn/layers/AdditionLayer.hpp +++ b/src/armnn/layers/AdditionLayer.hpp @@ -23,6 +23,8 @@ public: /// Creates a dynamically-allocated copy of this layer. /// @param [in] graph The graph into which this layer is being cloned. AdditionLayer* Clone(Graph& graph) const override; + + void Accept(ILayerVisitor& visitor) const override; protected: /// Constructor to create an AdditionLayer. -- cgit v1.2.1