xref: /aosp_15_r20/external/armnn/docs/01_00_quick_start.dox (revision 89c4ff92f2867872bb9e2354d150bf0c8c502810)
1/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
2///
3/// SPDX-License-Identifier: MIT
4///
5
6namespace armnn
7{
8/**
9@page quickstart Quick Start Guide
10
11On this page you can find guides which allow you to get setup and ready to run models with Arm NN quickly.
12These guides rely on using the apt packages or prebuilt binaries from our release notes. We only have added a quick start guide that uses TfLite-Delegate.
13More guides will be added in the future.
14
15 - @subpage md_delegate_DelegateQuickStartGuide
16**/
17}
18
19namespace armnn
20{
21/**
22
23@page md_delegate_DelegateQuickStartGuide TfLite Delegate Quick Start Guide
24**/
25}
26