aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/include/Version.hpp
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2023-03-16 17:01:56 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2023-03-31 13:44:19 +0100
commitc4fb0dd4145e05123c546458ba5d281abfcc2b28 (patch)
treef4c6aebaaf4055ff1109a8e963c559aa7ba69945 /delegate/opaque/include/Version.hpp
parent6d4e761f12b0ec34294bae1bfafacd8f468e7e0e (diff)
downloadarmnn-c4fb0dd4145e05123c546458ba5d281abfcc2b28.tar.gz
IVGCVSW-7556 Introduce Opaque Delegate API
* Also added cmake for the new layers to reduce merge conflicts. Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: Ieb59aa2b7e2a18c57c9357b8d5b5cd63d8211c85
Diffstat (limited to 'delegate/opaque/include/Version.hpp')
-rw-r--r--delegate/opaque/include/Version.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/delegate/opaque/include/Version.hpp b/delegate/opaque/include/Version.hpp
index 35c5928b6a..6b32cf482f 100644
--- a/delegate/opaque/include/Version.hpp
+++ b/delegate/opaque/include/Version.hpp
@@ -5,7 +5,7 @@
#pragma once
-namespace armnnDelegate
+namespace armnnOpaqueDelegate
{
/// Macro utils
@@ -22,8 +22,8 @@ namespace armnnDelegate
/// X = Major version number
/// Y = Minor version number
/// Z = Patch version number
-#define DELEGATE_VERSION STRINGIFY_VALUE(OPAQUE_DELEGATE_MAJOR_VERSION) "." \
- STRINGIFY_VALUE(OPAQUE_DELEGATE_MINOR_VERSION) "." \
- STRINGIFY_VALUE(OPAQUE_DELEGATE_PATCH_VERSION)
+#define OPAQUE_DELEGATE_VERSION STRINGIFY_VALUE(OPAQUE_DELEGATE_MAJOR_VERSION) "." \
+ STRINGIFY_VALUE(OPAQUE_DELEGATE_MINOR_VERSION) "." \
+ STRINGIFY_VALUE(OPAQUE_DELEGATE_PATCH_VERSION)
} //namespace armnnDelegate \ No newline at end of file