Files
rk35xx-android14/external/armnn/docs/01_00_quick_start.dox
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

26 lines
638 B
Plaintext

/// 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
**/
}