aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TestUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/TestUtils.hpp')
-rw-r--r--src/armnn/test/TestUtils.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/armnn/test/TestUtils.hpp b/src/armnn/test/TestUtils.hpp
new file mode 100644
index 0000000000..9129d91886
--- /dev/null
+++ b/src/armnn/test/TestUtils.hpp
@@ -0,0 +1,11 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+
+#pragma once
+
+#include <armnn/INetwork.hpp>
+
+void Connect(armnn::IConnectableLayer* from, armnn::IConnectableLayer* to, const armnn::TensorInfo& tensorInfo,
+ unsigned int fromIndex = 0, unsigned int toIndex = 0);