From 602af090a6b7285dc1041e3d8424836e5fa12cef Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Wed, 1 May 2019 10:31:27 +0100 Subject: IVGCVSW-3029 Remove any AddLayer capabilities from SubgraphView * Removed the reference to the parent graph in SubgraphView * Removed the AddLayer method in SubgraphView * Updated the code where necessary to adapt to the new changes in SubgraphView * Fixed a check in the CreatePreCompiledWorkloadTest test function Change-Id: I4d3af87f11ec3cd8f18a21b250a2d295da56e1a0 Signed-off-by: Matteo Martincigh --- src/backends/backendsCommon/IBackendInternal.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends') diff --git a/src/backends/backendsCommon/IBackendInternal.hpp b/src/backends/backendsCommon/IBackendInternal.hpp index 108e66e6a8..d23209e838 100644 --- a/src/backends/backendsCommon/IBackendInternal.hpp +++ b/src/backends/backendsCommon/IBackendInternal.hpp @@ -43,6 +43,7 @@ public: using ISubgraphViewConverterPtr = std::unique_ptr; + using GraphUniquePtr = std::unique_ptr; using SubgraphViewUniquePtr = std::unique_ptr; virtual IMemoryManagerUniquePtr CreateMemoryManager() const = 0; -- cgit v1.2.1