aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Graph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Graph.hpp')
-rw-r--r--src/armnn/Graph.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/Graph.hpp b/src/armnn/Graph.hpp
index 5edf34c179..4623461302 100644
--- a/src/armnn/Graph.hpp
+++ b/src/armnn/Graph.hpp
@@ -229,6 +229,8 @@ public:
const std::shared_ptr<IProfiler>& GetProfiler() const;
+ void SetLayersOutOfOrder();
+
private:
template <typename LayerT>
class LayerInGraphBase;