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/DebugLayer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnn/layers/DebugLayer.hpp') diff --git a/src/armnn/layers/DebugLayer.hpp b/src/armnn/layers/DebugLayer.hpp index fc777a8bad..bc64541cbe 100644 --- a/src/armnn/layers/DebugLayer.hpp +++ b/src/armnn/layers/DebugLayer.hpp @@ -28,6 +28,8 @@ public: /// will lead to a valid configuration of @ref DebugLayer. void ValidateTensorShapesFromInputs() override; + void Accept(ILayerVisitor& visitor) const override; + protected: /// Constructor to create a DebugLayer. /// @param [in] param DebugDescriptor to configure the debug layer. -- cgit v1.2.1