From df2a9b9a978ef50752923d0d730fa36e9f6d357a Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Thu, 12 Dec 2019 12:05:43 +0000 Subject: IVGCVSW-4261 Add backward compatibility to the Backend API * Redirect the backendsCommon headers to the new headers in armnn/backends Signed-off-by: Narumol Prangnawarat Change-Id: I53424a16b378e50a20cf1e3f7f8e9ea477fed52f --- src/backends/backendsCommon/IBackendContext.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/backends/backendsCommon/IBackendContext.hpp (limited to 'src/backends/backendsCommon/IBackendContext.hpp') diff --git a/src/backends/backendsCommon/IBackendContext.hpp b/src/backends/backendsCommon/IBackendContext.hpp new file mode 100644 index 0000000000..f3a670a98f --- /dev/null +++ b/src/backends/backendsCommon/IBackendContext.hpp @@ -0,0 +1,9 @@ +// +// Copyright © 2019 Arm Ltd. All rights reserved. +// SPDX-License-Identifier: MIT +// + +// This file is depricated and will be removed soon. +// Please use the new header in armnn/backends instead. +// This will use the new armnn/backends header. +#include -- cgit v1.2.1