aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Layer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Layer.cpp')
-rw-r--r--src/armnn/Layer.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/armnn/Layer.cpp b/src/armnn/Layer.cpp
index c49dd61786..0a6328ba3d 100644
--- a/src/armnn/Layer.cpp
+++ b/src/armnn/Layer.cpp
@@ -143,6 +143,11 @@ void OutputSlot::ValidateConnectionIndex(unsigned int index) const
}
}
+LayerGuid OutputSlot::GetOwningLayerGuid() const
+{
+ return GetOwningLayer().GetGuid();
+}
+
namespace {
LayerGuid GenerateLayerGuid()
{
@@ -335,5 +340,4 @@ std::vector<TensorShape> Layer::InferOutputShapes(const std::vector<TensorShape>
}
return inputShapes;
}
-
} // namespace armnn