aboutsummaryrefslogtreecommitdiff
path: root/include/armnn
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2022-08-22 17:59:32 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-09-06 16:51:41 +0100
commitae32665f266e04c1a9bedfe01a107e97e46a6b7c (patch)
tree4e415e9ffebc8e7881f007e1799efac669b92a5f /include/armnn
parent853afe0d07e3dcae4fc576b77f3a64d94a78a27e (diff)
downloadarmnn-ae32665f266e04c1a9bedfe01a107e97e46a6b7c.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')
-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;