aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/TypesUtils.hpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-10-16 11:32:20 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commite6488719f58b5dd0e8e23d40b8a4c1337d07e9fd (patch)
treed2430d30c9c79d45910897ac8c60e36ac5fc3c63 /include/armnn/TypesUtils.hpp
parentfbebcbdb589ce7627c578a34a8d05cdb92ccd3db (diff)
downloadarmnn-e6488719f58b5dd0e8e23d40b8a4c1337d07e9fd.tar.gz
IVGCVSW-1998 : indicate deprecated functions and types in the public API
Change-Id: I60644cead5087c2012b663512fb9448dd31523af
Diffstat (limited to 'include/armnn/TypesUtils.hpp')
-rw-r--r--include/armnn/TypesUtils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/armnn/TypesUtils.hpp b/include/armnn/TypesUtils.hpp
index a9755bd112..c7dd856aad 100644
--- a/include/armnn/TypesUtils.hpp
+++ b/include/armnn/TypesUtils.hpp
@@ -98,6 +98,8 @@ constexpr bool StrEqual(const char* strA, const char (&strB)[N])
return isEqual;
}
+/// Deprecated function that will be removed together with
+/// the Compute enum
constexpr armnn::Compute ParseComputeDevice(const char* str)
{
if (armnn::StrEqual(str, "CpuAcc"))