aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/ClTensorHandle.hpp
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2019-06-13 17:34:19 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-06-14 16:41:17 +0000
commitc81855f6ca52eb025a303b95eee7a12a5e2f9557 (patch)
tree86ac342839f49348b54f29c4588b6a9e4059cd84 /src/backends/cl/ClTensorHandle.hpp
parentdb48288f54ad441f34108cf270ed3089d3a465ea (diff)
downloadarmnn-c81855f6ca52eb025a303b95eee7a12a5e2f9557.tar.gz
IVGCVSW-3278 Cl and Neon TensorHandles inherit from common base interface
Change-Id: Ia68da09d8f0fb0a04af9cb61062d7edaa5f1b887 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'src/backends/cl/ClTensorHandle.hpp')
-rw-r--r--src/backends/cl/ClTensorHandle.hpp3
1 files changed, 2 insertions, 1 deletions
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 <backendsCommon/OutputHandler.hpp>
+#include <aclCommon/ArmComputeTensorHandle.hpp>
#include <aclCommon/ArmComputeTensorUtils.hpp>
#include <Half.hpp>
@@ -22,7 +23,7 @@ namespace armnn
{
-class IClTensorHandle : public ITensorHandle
+class IClTensorHandle : public IAclTensorHandle
{
public:
virtual arm_compute::ICLTensor& GetTensor() = 0;