aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/SubgraphView.hpp
diff options
context:
space:
mode:
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;