aboutsummaryrefslogtreecommitdiff
path: root/src/armnn
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn')
-rw-r--r--src/armnn/Graph.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/armnn/Graph.hpp b/src/armnn/Graph.hpp
index 062d727fd1..5c71ccef2b 100644
--- a/src/armnn/Graph.hpp
+++ b/src/armnn/Graph.hpp
@@ -87,6 +87,9 @@ public:
Graph& operator=(const Graph& other) = delete;
+ Graph(Graph&&) = default;
+ Graph& operator=(Graph&&) = default;
+
~Graph()
{
for (auto&& layer : m_Layers)