aboutsummaryrefslogtreecommitdiff
path: root/docs/05_04_supportlibrary.dox
blob: 46a9c7338870e515c3954119facd5911af92e8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///

namespace armnn
{
/**
@page supportlibrary NNAPI Support Library


@section supportlibraryintro About the NNAPI Support Library

## Note: Arm NN will be dropping support for NNAPI Support Library in 24.08.

If you need help building the Arm NN NNAPI Support Library, please take a look at our [build guide](shim/BuildGuideShimSupportLibrary.md).

@section sloptions Support Library Options

The general list of runtime options are described in @subpage runtimeoptions

@section slfullysupported Supported Operators

The NNAPI Support Library currently supports the following operators:

- ABS

- ADD

- ARGMAX

- ARGMIN

- AVERAGE_POOL_2D

- BATCH_MATMUL

- BATCH_TO_SPACE_ND

- CAST

- CONCATENATION

- CONV_2D

- DEPTH_TO_SPACE

- DEPTHWISE_CONV_2D

- DEQUANTIZE

- DIV

- ELU

- EQUAL

- EXP

- EXPAND_DIMS

- FILL

- FLOOR

- FULLY_CONNECTED

- GATHER

- GREATER

- GREATER_EQUAL

- GROUPED_CONV_2D

- HARD_SWISH

- INSTANCE_NORMALIZATION

- L2_NORMALIZATION

- L2_POOL_2D

- LESS

- LESS_EQUAL

- LOCAL_RESPONSE_NORMALIZATION

- LOG

- LOGICAL_AND

- LOGICAL_NOT

- LOGICAL_OR

- LOGISTIC

- LOG_SOFTMAX

- LSTM

- MAX_POOL_2D

- MAXIMUM

- MEAN

- MINIMUM

- MUL

- NEG

- NOT_EQUAL

- PAD

- PADV2

- PRELU

- POW

- QUANTIZE

- QUANTIZED_LSTM

- QUANTIZED_16BIT_LSTM

- RANK

- REDUCE_MAX

- REDUCE_MIN

- REDUCE_PROD

- REDUCE_SUM

- RELU

- RELU1

- RELU6

- RESHAPE

- RESIZE_BILINEAR

- RESIZE_NEAREST_NEIGHBOR

- REVERSE

- RSQRT

- SIN

- SOFTMAX

- SPACE_TO_BATCH_ND

- SPACE_TO_DEPTH

- SQRT

- SQUEEZE

- STRIDED_SLICE

- SUB

- TILE

- TRANSPOSE

- TRANSPOSE_CONV_2D

- TANH

**/
}