aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Layer.hpp')
-rw-r--r--src/armnn/Layer.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/armnn/Layer.hpp b/src/armnn/Layer.hpp
index 51c6c09563..c08c6b0631 100644
--- a/src/armnn/Layer.hpp
+++ b/src/armnn/Layer.hpp
@@ -141,6 +141,10 @@ public:
return Disconnect(*boost::polymorphic_downcast<InputSlot*>(&slot));
}
+ unsigned int CalculateIndexOnOwner() const;
+
+ bool operator==(const OutputSlot& other) const;
+
private:
void ValidateConnectionIndex(unsigned int index) const;