aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClBackendContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/ClBackendContext.hpp')
-rw-r--r--src/backends/cl/ClBackendContext.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/backends/cl/ClBackendContext.hpp b/src/backends/cl/ClBackendContext.hpp
index 8d4960214f..bcac0d245e 100644
--- a/src/backends/cl/ClBackendContext.hpp
+++ b/src/backends/cl/ClBackendContext.hpp
@@ -8,6 +8,8 @@
#include <unordered_set>
#include <mutex>
+#include <arm_compute/runtime/CL/CLTuner.h>
+
namespace armnn
{
@@ -31,6 +33,8 @@ private:
std::unordered_set<NetworkId> m_NetworkIds;
+ std::unique_ptr<arm_compute::CLTuner> m_Tuner;
+ std::string m_TuningFile;
};
} // namespace armnn \ No newline at end of file