3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/arch/arm/ARMnn/docs/01_00_quick_start.dox
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05: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
**/
}