aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/SubgraphView.hpp
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-08-22 17:59:32 +0100
committerColm Donelan <colm.donelan@arm.com>2022-09-06 14:33:26 +0000
commit83664e7b3c803248dc18891590b38900e2cf5a01 (patch)
treef9ba9a4c64434abd4af603a5205c09529aeced7b /include/armnn/backends/SubgraphView.hpp
parentd2d22a6495eb3b2c29a84d146d667f1515940a41 (diff)
downloadarmnn-83664e7b3c803248dc18891590b38900e2cf5a01.tar.gz
IVGCVSW-7155 SubgraphView::SubstituteSubgraph IOutputSlots incorrectly overridden
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: If594e291951a5f9ed1957a19a971c498f6e7843f
Diffstat (limited to 'include/armnn/backends/SubgraphView.hpp')
-rw-r--r--include/armnn/backends/SubgraphView.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/armnn/backends/SubgraphView.hpp b/include/armnn/backends/SubgraphView.hpp
index f2aa12cb24..fcb2014060 100644
--- a/include/armnn/backends/SubgraphView.hpp
+++ b/include/armnn/backends/SubgraphView.hpp
@@ -177,6 +177,9 @@ private:
/// Arrange the order of layers topologically so that nodes can be visited in valid order
void ArrangeBySortOrder();
+ /// Updates the IInputSlots and IOutputSlots variables assigned to a SubgraphView
+ void UpdateSubgraphViewSlotPointers(SubgraphView&, const SubgraphView&);
+
/// The list of pointers to the input slots of the parent graph.
InputSlots m_InputSlots;
IInputSlots m_IInputSlots;