aboutsummaryrefslogtreecommitdiff
path: root/docs/00_software_tools.dox
blob: e71b3dc332abf9ef644e5395178842982b151a8c (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///

namespace armnn
{
/**
@page swtools Software Tools

On this page you can find all software tools contained in the ArmNN repository. You will find links to how-to guides and
other helpful information in each section.

@subpage parsers

@subpage md_python_pyarmnn_README

@subpage serializer

@subpage deserializer

@subpage md_src_armnnQuantizer_README

@subpage md_src_armnnConverter_README

@subpage md_tests_ImageCSVFileGenerator_README

@subpage md_tests_ImageTensorGenerator_README

@subpage md_tests_ModelAccuracyTool-Armnn_README
**/
}


/// Create pages for each tool so they appear nicely in the doxygen tree-view. Subpages are not listed there.
///
/// Note: The parser, serializer and deserializer pages are created in 01_parsers.dox or 02_deserializer_serializer.dox
namespace armnn
{
/**

@page md_python_pyarmnn_README PyArmNN

@page md_src_armnnQuantizer_README Quantizer

@page md_src_armnnConverter_README Converter

@page md_tests_ModelAccuracyTool-Armnn_README ModelAccuracyTool

@page md_tests_ImageCSVFileGenerator_README ImageCSVFileGenerator

@page md_tests_ImageTensorGenerator_README ImageTensorGenerator

**/
}