aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/backends/IBackendContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/backends/IBackendContext.hpp')
-rw-r--r--include/armnn/backends/IBackendContext.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/armnn/backends/IBackendContext.hpp b/include/armnn/backends/IBackendContext.hpp
index b12c99f733..ae85b6354b 100644
--- a/include/armnn/backends/IBackendContext.hpp
+++ b/include/armnn/backends/IBackendContext.hpp
@@ -4,6 +4,7 @@
//
#pragma once
+#include <armnn/BackendOptions.hpp>
#include <armnn/IRuntime.hpp>
#include <memory>
@@ -29,4 +30,10 @@ public:
using IBackendContextUniquePtr = std::unique_ptr<IBackendContext>;
+class IBackendModelContext
+{
+public:
+ virtual ~IBackendModelContext() {}
+};
+
} // namespace armnn \ No newline at end of file