25.02
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
Variables
Typedefs
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
Enumerations
a
b
c
d
e
f
g
j
l
m
n
o
p
q
r
s
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
c
d
e
f
j
l
m
o
p
r
s
v
w
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
o
r
s
t
u
v
x
z
Functions
a
b
c
d
f
g
i
m
r
s
t
v
z
Variables
Typedefs
Macros
a
c
d
e
f
h
l
m
o
s
t
u
v
x
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Version.hpp
Go to the documentation of this file.
1
//
2
// Copyright © 2023-2025 Arm Ltd and Contributors. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
6
#pragma once
7
8
namespace
armnnOpaqueDelegate
9
{
10
11
/// Macro utils
12
#define STRINGIFY_VALUE(s) STRINGIFY_MACRO(s)
13
#define STRINGIFY_MACRO(s) #s
14
15
// ArmNN Delegate version components
16
#define OPAQUE_DELEGATE_MAJOR_VERSION 2
17
#define OPAQUE_DELEGATE_MINOR_VERSION 1
18
#define OPAQUE_DELEGATE_PATCH_VERSION 1
19
20
/// DELEGATE_VERSION: "X.Y.Z"
21
/// where:
22
/// X = Major version number
23
/// Y = Minor version number
24
/// Z = Patch version number
25
#define OPAQUE_DELEGATE_VERSION STRINGIFY_VALUE(OPAQUE_DELEGATE_MAJOR_VERSION) "."
\
26
STRINGIFY_VALUE(OPAQUE_DELEGATE_MINOR_VERSION) "." \
27
STRINGIFY_VALUE(OPAQUE_DELEGATE_PATCH_VERSION)
28
29
}
//namespace armnnDelegate
armnnOpaqueDelegate
Definition:
armnn_delegate.hpp:22
delegate
opaque
include
Version.hpp
Generated on Mon Feb 17 2025 21:34:24 for Arm NN by
1.9.1