aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-12-06 13:12:03 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2021-12-09 09:54:31 +0000
commitd45039437caea75e6385968f39da9a3af5ab8812 (patch)
tree4e4a4814a02172c1f7edf1852c3b2091e3ebf655
parentbba709115f6d4133b1e25d2b01fe5e5fb28814df (diff)
downloadarmnn-d45039437caea75e6385968f39da9a3af5ab8812.tar.gz
IVGCVSW-6582 Remove Optimization.hpp from IBackendInternal
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ie593a5c3882ab8fc7d1d0a4ade30dc69973e6d32
-rw-r--r--include/armnn/backends/IBackendInternal.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/armnn/backends/IBackendInternal.hpp b/include/armnn/backends/IBackendInternal.hpp
index 9253e11d4f..0756fdd8fb 100644
--- a/include/armnn/backends/IBackendInternal.hpp
+++ b/include/armnn/backends/IBackendInternal.hpp
@@ -11,7 +11,6 @@
#include <ISubgraphViewConverter.hpp>
#include <SubgraphView.hpp>
-#include <optimizations/Optimization.hpp>
#include <armnn/backends/IBackendContext.hpp>
#include <armnn/backends/IMemoryManager.hpp>
@@ -89,8 +88,6 @@ public:
/// This is the bridge between backend and backend profiling we'll keep it in the backend namespace.
using IBackendProfilingContextPtr = std::shared_ptr<armnn::profiling::IBackendProfilingContext>;
using IBackendProfilingPtr = std::unique_ptr<armnn::profiling::IBackendProfiling>;
- using OptimizationPtr = std::unique_ptr<Optimization>;
- using Optimizations = std::vector<OptimizationPtr>;
using ILayerSupportSharedPtr = std::shared_ptr<ILayerSupport>;
using IBackendSpecificModelContextPtr = std::shared_ptr<IBackendModelContext>;