1/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved. 2/// 3/// SPDX-License-Identifier: MIT 4/// 5 6namespace armnn 7{ 8/** 9@page swtools Software Components 10 11On this page you can find all software components contained in the Arm NN repository. You will find links to how-to guides and 12other helpful information in each section. 13 14 - @subpage delegate 15 - @subpage supportlibrary 16 - @subpage runtimeoptions 17 - @subpage parsers 18 - @subpage md_python_pyarmnn_README 19 - @subpage serializer 20 - @subpage deserializer 21 - @subpage md_src_armnnConverter_README 22 - @subpage md_tests_ImageCSVFileGenerator_README 23 - @subpage md_tests_ImageTensorGenerator_README 24 - @subpage md_tests_ModelAccuracyTool-Armnn_README 25**/ 26} 27 28 29/// Create pages for each tool so they appear nicely in the doxygen tree-view. Subpages are not listed there. 30/// 31/// Note: The parser, serializer and deserializer pages are created in 01_parsers.dox or 02_deserializer_serializer.dox 32namespace armnn 33{ 34/** 35 36@page md_python_pyarmnn_README PyArmNN 37 38@page md_src_armnnConverter_README Converter 39 40@page md_tests_ModelAccuracyTool-Armnn_README ModelAccuracyTool 41 42@page md_tests_ImageCSVFileGenerator_README ImageCSVFileGenerator 43 44@page md_tests_ImageTensorGenerator_README ImageTensorGenerator 45 46**/ 47} 48 49