aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ISubgraphViewConverter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/ISubgraphViewConverter.hpp')
-rw-r--r--src/armnn/ISubgraphViewConverter.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/armnn/ISubgraphViewConverter.hpp b/src/armnn/ISubgraphViewConverter.hpp
index 4b2c10298d..34789a2b28 100644
--- a/src/armnn/ISubgraphViewConverter.hpp
+++ b/src/armnn/ISubgraphViewConverter.hpp
@@ -5,6 +5,8 @@
#pragma once
+#include <armnn/Deprecated.hpp>
+
#include <memory>
#include <vector>
#include <functional>
@@ -23,4 +25,9 @@ public:
virtual std::vector<CompiledBlobPtr> CompileNetwork() = 0;
};
+///
+/// Old ISubGraphConverter definition kept for backward compatibility only.
+///
+using ISubGraphConverter ARMNN_DEPRECATED_MSG("This type is no longer supported") = ISubgraphViewConverter;
+
} // namespace armnn