From c81855f6ca52eb025a303b95eee7a12a5e2f9557 Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Thu, 13 Jun 2019 17:34:19 +0100 Subject: IVGCVSW-3278 Cl and Neon TensorHandles inherit from common base interface Change-Id: Ia68da09d8f0fb0a04af9cb61062d7edaa5f1b887 Signed-off-by: Derek Lamberti --- src/backends/cl/ClTensorHandle.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/backends/cl/ClTensorHandle.hpp') diff --git a/src/backends/cl/ClTensorHandle.hpp b/src/backends/cl/ClTensorHandle.hpp index 59a6bee7f5..c0773a4ea4 100644 --- a/src/backends/cl/ClTensorHandle.hpp +++ b/src/backends/cl/ClTensorHandle.hpp @@ -5,6 +5,7 @@ #pragma once #include +#include #include #include @@ -22,7 +23,7 @@ namespace armnn { -class IClTensorHandle : public ITensorHandle +class IClTensorHandle : public IAclTensorHandle { public: virtual arm_compute::ICLTensor& GetTensor() = 0; -- cgit v1.2.1