aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/RuntimeTests.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/RuntimeTests.hpp')
-rw-r--r--src/armnn/test/RuntimeTests.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/armnn/test/RuntimeTests.hpp b/src/armnn/test/RuntimeTests.hpp
new file mode 100644
index 0000000000..ba2a37baea
--- /dev/null
+++ b/src/armnn/test/RuntimeTests.hpp
@@ -0,0 +1,14 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+#pragma once
+
+#include <armnn/Runtime.hpp>
+
+namespace armnn
+{
+
+void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime);
+
+} // namespace armnn