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/ResizeBilinearLayer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/armnn/layers/ResizeBilinearLayer.hpp') diff --git a/src/armnn/layers/ResizeBilinearLayer.hpp b/src/armnn/layers/ResizeBilinearLayer.hpp index 185d8a59e1..4bf264cb45 100644 --- a/src/armnn/layers/ResizeBilinearLayer.hpp +++ b/src/armnn/layers/ResizeBilinearLayer.hpp @@ -34,6 +34,8 @@ public: /// @return A vector to the inferred output shape. std::vector InferOutputShapes(const std::vector& inputShapes) const override; + void Accept(ILayerVisitor& visitor) const override; + protected: /// Constructor to create a ResizeBilinearLayerLayer. /// @param [in] param ResizeBilinearDescriptor to configure the resize bilinear operation. -- cgit v1.2.1