blob: a12b73f10deb148f3757f0721c7999ec854d1db9 [file] [log] [blame]
Jan Eilers84f41eb2021-01-31 19:56:23 +00001/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
2///
3/// SPDX-License-Identifier: MIT
4///
5
6namespace armnn
7{
8/**
9
10@page contribguides Contribution Guides
Jan Eilers84f41eb2021-01-31 19:56:23 +000011
12This is a collection of guides that should help you contribute code to Arm NN. Before you get started, please
13take a look into our /ref md_Contributor_Guide section.
14
15 - @subpage md_src_backends_README \n
16 This guide explains how to add your own backend to Arm NN. This might be useful if you would like to accelerate neural
17 networks on hardware that Arm NN currently doesn't support.
18
19
20 - @subpage md_src_dynamic_README \n
21 Arm NN allows you to load a backend dynamically on runtime. To find out how that can be done take a look at this guide.
22
23**/
24}
25
26
27/// Create pages for each tool so they appear nicely in the doxygen tree-view. Subpages are not listed there.
28/// Also we can overwrite the page name this way.
29namespace armnn
30{
31/**
32
33@page md_src_backends_README Backend Developer Guide
34
35@page md_src_dynamic_README Dynamically loadable Backend
36
37**/
38}