From ae32665f266e04c1a9bedfe01a107e97e46a6b7c Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Mon, 22 Aug 2022 17:59:32 +0100 Subject: IVGCVSW-7155 SubgraphView::SubstituteSubgraph IOutputSlots incorrectly overridden Signed-off-by: Cathal Corbett Change-Id: If594e291951a5f9ed1957a19a971c498f6e7843f --- include/armnn/backends/SubgraphView.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/armnn') 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; -- cgit v1.2.1