From 18655b8d326f6109c6fedacf42b46dc4bc942324 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Mon, 13 Dec 2021 13:03:22 +0000 Subject: IVGCVSW-6630 Add new method AddPrecompiledLayer() to INetwork * Add new method AddPrecompiledLayer() to INetwork with Comments noting it is for backend users. * Added unit test to SubgraphViewTests.cpp. * Bug fix and code refactor in Graph.cpp specifically around Graph::SubstituteSubgraph(SubgraphView& subgraph, IConnectableLayer* substituteLayer) Change-Id: If2d816e5109e48ce920bf92d8823b39130c23a16 Signed-off-by: Cathal Corbett --- src/armnn/Graph.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/armnn/Graph.hpp') diff --git a/src/armnn/Graph.hpp b/src/armnn/Graph.hpp index 74aefb23ee..d49b5e513f 100644 --- a/src/armnn/Graph.hpp +++ b/src/armnn/Graph.hpp @@ -263,7 +263,6 @@ private: std::unordered_set m_OutputIds; std::unordered_map m_PosInGraphMap; - void ReplaceSubgraphConnections(const SubgraphView& subgraph, IConnectableLayer* substituteLayer); void ReplaceSubgraphConnections(const SubgraphView& subgraph, const SubgraphView& substituteSubgraph); void EraseSubgraphLayers(SubgraphView &subgraph); -- cgit v1.2.1