IVGCVSW-3029 Remove any AddLayer capabilities from SubgraphView
authorMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 1 May 2019 09:31:27 +0000 (10:31 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Fri, 3 May 2019 14:35:34 +0000 (14:35 +0000)
commit602af090a6b7285dc1041e3d8424836e5fa12cef
tree8ffccd841a911164a022e98e57630ba348ceb796
parent59e15b00ea51fee4baeea750dc11ab1952dfab1d
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 <matteo.martincigh@arm.com>
src/armnn/Graph.cpp
src/armnn/Network.cpp
src/armnn/SubgraphView.cpp
src/armnn/SubgraphView.hpp
src/armnn/SubgraphViewSelector.cpp
src/armnn/test/CreateWorkload.hpp
src/armnn/test/SubgraphViewTests.cpp
src/backends/backendsCommon/IBackendInternal.hpp