From 32cbb0c7cd99786191c080f5a619b3dab23b4cd0 Mon Sep 17 00:00:00 2001 From: David Beck Date: Tue, 9 Oct 2018 15:46:08 +0100 Subject: IVGCVSW-1987 : registry for backend creation functions (factories) Change-Id: I13d2d3dc763e1d05dffddb34472bd4f9e632c776 --- include/armnn/Types.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/armnn') diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp index 12ecda0c39..b7ee9472a3 100644 --- a/include/armnn/Types.hpp +++ b/include/armnn/Types.hpp @@ -117,7 +117,8 @@ public: virtual const ILayerSupport& GetLayerSupport() const = 0; }; -using IBackendPtr = std::shared_ptr; +using IBackendSharedPtr = std::shared_ptr; +using IBackendUniquePtr = std::unique_ptr; /// Device specific knowledge to be passed to the optimizer. class IDeviceSpec -- cgit v1.2.1