blob: 689b8af018f8590be3b8a1c9e4cd49e3686041b2 [file] [log] [blame]
Colm Donelan09026932022-09-14 18:04:00 +01001/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved.
2///
3/// SPDX-License-Identifier: MIT
4///
5
6namespace armnn
7{
8/**
9@page supportlibrary NNAPI Support Library
10@tableofcontents
11
12
13@section supportlibraryintro About the NNAPI Support Library
14
15If you need help building the Arm NN NNAPI Support Library, please take a look at our [build guide](shim/BuildGuideShimSupportLibrary.md).
16
17
18@section slsupport Supported Operators
19This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports.
20
21
22@section sloptions Support Library Options
23
24The general list of runtime options are described in @subpage runtimeoptions
25
26**/
27}