aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/INetwork.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/INetwork.hpp')
-rw-r--r--include/armnn/INetwork.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/armnn/INetwork.hpp b/include/armnn/INetwork.hpp
index 5d25665dfe..a48ee25f72 100644
--- a/include/armnn/INetwork.hpp
+++ b/include/armnn/INetwork.hpp
@@ -53,6 +53,8 @@ public:
virtual LayerGuid GetOwningLayerGuid() const = 0;
+ virtual const IConnectableLayer& GetOwningIConnectableLayer() const = 0;
+
protected:
/// Not user deletable.
~IOutputSlot() {}