aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/GraphUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/GraphUtils.hpp')
-rw-r--r--src/armnn/test/GraphUtils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/armnn/test/GraphUtils.hpp b/src/armnn/test/GraphUtils.hpp
index b51e4d179e..60d03dca23 100644
--- a/src/armnn/test/GraphUtils.hpp
+++ b/src/armnn/test/GraphUtils.hpp
@@ -21,3 +21,5 @@ bool IsConnected(armnn::Layer* srcLayer, armnn::Layer* destLayer,
unsigned int srcSlot, unsigned int destSlot,
const armnn::TensorInfo& expectedTensorInfo);
+bool CheckOrder(const armnn::Graph& graph, const armnn::Layer* first, const armnn::Layer* second);
+