aboutsummaryrefslogtreecommitdiff
path: root/docs/05_04_supportlibrary.dox
blob: 689b8af018f8590be3b8a1c9e4cd49e3686041b2 (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
/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///

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


@section supportlibraryintro About the NNAPI Support Library

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


@section slsupport Supported Operators
This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports.


@section sloptions Support Library Options

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

**/
}