aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/TypesUtils.hpp
diff options
context:
space:
mode:
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"))