Files
rk35xx-android14/external/armnn/docs/05_00_software_components.dox
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

49 lines
1.2 KiB
Plaintext

/// Copyright (c) 2022 ARM Limited and Contributors. All rights reserved.
///
/// SPDX-License-Identifier: MIT
///
namespace armnn
{
/**
@page swtools Software Components
On this page you can find all software components contained in the Arm NN repository. You will find links to how-to guides and
other helpful information in each section.
- @subpage delegate
- @subpage supportlibrary
- @subpage runtimeoptions
- @subpage parsers
- @subpage md_python_pyarmnn_README
- @subpage serializer
- @subpage deserializer
- @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_armnnConverter_README Converter
@page md_tests_ModelAccuracyTool-Armnn_README ModelAccuracyTool
@page md_tests_ImageCSVFileGenerator_README ImageCSVFileGenerator
@page md_tests_ImageTensorGenerator_README ImageTensorGenerator
**/
}