From bfeb2711da172b26931c58af7b15d434ef49e24e Mon Sep 17 00:00:00 2001 From: Ferran Balaguer Date: Wed, 7 Aug 2019 15:14:56 +0100 Subject: IVGCVSW-3606 Support memory import for Reference backend Signed-off-by: Ferran Balaguer Change-Id: I94bd191f88e0911ad4e4727610e81cd7afa95512 --- src/backends/cl/ClTensorHandleFactory.cpp | 2 +- src/backends/cl/ClTensorHandleFactory.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backends/cl') diff --git a/src/backends/cl/ClTensorHandleFactory.cpp b/src/backends/cl/ClTensorHandleFactory.cpp index 47e36b3c76..87ecdfe1ba 100644 --- a/src/backends/cl/ClTensorHandleFactory.cpp +++ b/src/backends/cl/ClTensorHandleFactory.cpp @@ -68,7 +68,7 @@ const FactoryId& ClTensorHandleFactory::GetIdStatic() return s_Id; } -const FactoryId ClTensorHandleFactory::GetId() const +const FactoryId& ClTensorHandleFactory::GetId() const { return GetIdStatic(); } diff --git a/src/backends/cl/ClTensorHandleFactory.hpp b/src/backends/cl/ClTensorHandleFactory.hpp index 9ae1edcebc..7c3b49bee5 100644 --- a/src/backends/cl/ClTensorHandleFactory.hpp +++ b/src/backends/cl/ClTensorHandleFactory.hpp @@ -35,7 +35,7 @@ public: static const FactoryId& GetIdStatic(); - const FactoryId GetId() const override; + const FactoryId& GetId() const override; bool SupportsSubTensors() const override; -- cgit v1.2.1