aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Layer.hpp
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-05-07 21:33:30 +0100
committerDerek Lamberti <derek.lamberti@arm.com>2019-05-09 10:41:54 +0100
commit8106b7cc67b0fe2c91eaf2ff129200529ae8c31f (patch)
tree961a0d49e96fc9688233d9f9a4166f57069c60d0 /src/armnn/Layer.hpp
parentf92dfced4498f12b9315c0fa377ba7be8998b607 (diff)
downloadarmnn-8106b7cc67b0fe2c91eaf2ff129200529ae8c31f.tar.gz
IVGCVSW-3031 Reparent layer to new graph
Change-Id: Ic4423b8d21d794f44ddae291853e0e3b89d11bc0 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'src/armnn/Layer.hpp')
-rw-r--r--src/armnn/Layer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/armnn/Layer.hpp b/src/armnn/Layer.hpp
index 507b37bf95..cbb1771668 100644
--- a/src/armnn/Layer.hpp
+++ b/src/armnn/Layer.hpp
@@ -298,6 +298,7 @@ public:
const std::list<std::string>& GetRelatedLayerNames() { return m_RelatedLayerNames; }
+ virtual void Reparent(Graph& dest, std::list<Layer*>::const_iterator iterator) = 0;
protected:
// Graph needs access to the virtual destructor.
friend class Graph;