blob: 756f33641682d579a0aac1c6c4dab27ffe3d27e6 [file] [log] [blame]
Colm Donelan09026932022-09-14 18:04:00 +01001/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved.
Jan Eilersb6578192021-01-28 09:13:24 +00002///
3/// SPDX-License-Identifier: MIT
4///
5
6namespace armnn
7{
8/**
Nikhil Raj608c8362021-11-10 15:01:25 +00009@page swtools Software Components
Jan Eilersb6578192021-01-28 09:13:24 +000010
Nikhil Raj608c8362021-11-10 15:01:25 +000011On this page you can find all software components contained in the Arm NN repository. You will find links to how-to guides and
Jan Eilersb6578192021-01-28 09:13:24 +000012other helpful information in each section.
13
Jan Eilers84f41eb2021-01-31 19:56:23 +000014 - @subpage delegate
Colm Donelan09026932022-09-14 18:04:00 +010015 - @subpage supportlibrary
16 - @subpage runtimeoptions
Jan Eilers84f41eb2021-01-31 19:56:23 +000017 - @subpage parsers
18 - @subpage md_python_pyarmnn_README
19 - @subpage serializer
20 - @subpage deserializer
Jan Eilers84f41eb2021-01-31 19:56:23 +000021 - @subpage md_src_armnnConverter_README
Jan Eilersb6578192021-01-28 09:13:24 +000022**/
23}
24
25
Jan Eilers0919e3b2021-01-28 15:38:09 +000026/// Create pages for each tool so they appear nicely in the doxygen tree-view. Subpages are not listed there.
27///
28/// Note: The parser, serializer and deserializer pages are created in 01_parsers.dox or 02_deserializer_serializer.dox
29namespace armnn
30{
31/**
32
Jan Eilersd9782372021-01-29 09:50:36 +000033@page md_python_pyarmnn_README PyArmNN
34
Jan Eilers0919e3b2021-01-28 15:38:09 +000035@page md_src_armnnConverter_README Converter
36
37**/
38}
39