From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- 21.02/delegate_2include_2_version_8hpp.xhtml | 254 +++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 21.02/delegate_2include_2_version_8hpp.xhtml (limited to '21.02/delegate_2include_2_version_8hpp.xhtml') diff --git a/21.02/delegate_2include_2_version_8hpp.xhtml b/21.02/delegate_2include_2_version_8hpp.xhtml new file mode 100644 index 0000000000..067d049cea --- /dev/null +++ b/21.02/delegate_2include_2_version_8hpp.xhtml @@ -0,0 +1,254 @@ + + + + + + + + + + + + + +ArmNN: delegate/include/Version.hpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
Version.hpp File Reference
+
+
+ +

Go to the source code of this file.

+ + + + +

+Namespaces

 armnnDelegate
 
+ + + + + + + + + + + + + + + +

+Macros

#define STRINGIFY_VALUE(s)   STRINGIFY_MACRO(s)
 Macro utils. More...
 
#define STRINGIFY_MACRO(s)   #s
 
#define DELEGATE_MAJOR_VERSION   24
 
#define DELEGATE_MINOR_VERSION   0
 
#define DELEGATE_PATCH_VERSION   0
 
#define DELEGATE_VERSION
 DELEGATE_VERSION: "X.Y.Z" where: X = Major version number Y = Minor version number Z = Patch version number. More...
 
+

Macro Definition Documentation

+ +

◆ DELEGATE_MAJOR_VERSION

+ +
+
+ + + + +
#define DELEGATE_MAJOR_VERSION   24
+
+ +

Definition at line 16 of file Version.hpp.

+ +
+
+ +

◆ DELEGATE_MINOR_VERSION

+ +
+
+ + + + +
#define DELEGATE_MINOR_VERSION   0
+
+ +

Definition at line 17 of file Version.hpp.

+ +
+
+ +

◆ DELEGATE_PATCH_VERSION

+ +
+
+ + + + +
#define DELEGATE_PATCH_VERSION   0
+
+ +

Definition at line 18 of file Version.hpp.

+ +
+
+ +

◆ DELEGATE_VERSION

+ +
+
+ + + + +
#define DELEGATE_VERSION
+
+Value:
STRINGIFY_VALUE(DELEGATE_MINOR_VERSION) "." \
STRINGIFY_VALUE(DELEGATE_PATCH_VERSION)
#define DELEGATE_MINOR_VERSION
Definition: Version.hpp:17
+
#define DELEGATE_PATCH_VERSION
Definition: Version.hpp:18
+
#define DELEGATE_MAJOR_VERSION
Definition: Version.hpp:16
+
#define STRINGIFY_VALUE(s)
Macro utils.
Definition: Version.hpp:12
+
+

DELEGATE_VERSION: "X.Y.Z" where: X = Major version number Y = Minor version number Z = Patch version number.

+ +

Definition at line 25 of file Version.hpp.

+ +
+
+ +

◆ STRINGIFY_MACRO

+ +
+
+ + + + + + + + +
#define STRINGIFY_MACRO( s)   #s
+
+ +

Definition at line 13 of file Version.hpp.

+ +
+
+ +

◆ STRINGIFY_VALUE

+ +
+
+ + + + + + + + +
#define STRINGIFY_VALUE( s)   STRINGIFY_MACRO(s)
+
+ +

Macro utils.

+ +

Definition at line 12 of file Version.hpp.

+ +
+
+
+
+ + + + -- cgit v1.2.1