blob: a2a1efa50d27a165cc7708739a19239d6518e5d2 [file] [log] [blame]
Nikhil Raj3f22d272021-11-05 12:26:41 +00001/// 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}