aboutsummaryrefslogtreecommitdiff
path: root/docs/01_00_quick_start.dox
blob: a2a1efa50d27a165cc7708739a19239d6518e5d2 (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
/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///

namespace armnn
{
/**
@page quickstart Quick Start Guide

On this page you can find guides which allow you to get setup and ready to run models with Arm NN quickly.
These 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.
More guides will be added in the future.

 - @subpage md_delegate_DelegateQuickStartGuide
**/
}

namespace armnn
{
/**

@page md_delegate_DelegateQuickStartGuide TfLite Delegate Quick Start Guide
**/
}