From d45039437caea75e6385968f39da9a3af5ab8812 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 6 Dec 2021 13:12:03 +0000 Subject: IVGCVSW-6582 Remove Optimization.hpp from IBackendInternal Signed-off-by: Nikhil Raj Change-Id: Ie593a5c3882ab8fc7d1d0a4ade30dc69973e6d32 --- include/armnn/backends/IBackendInternal.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/armnn') 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 #include -#include #include #include @@ -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; using IBackendProfilingPtr = std::unique_ptr; - using OptimizationPtr = std::unique_ptr; - using Optimizations = std::vector; using ILayerSupportSharedPtr = std::shared_ptr; using IBackendSpecificModelContextPtr = std::shared_ptr; -- cgit v1.2.1