aosp12/external/android-nn-driver
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
1.0 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
1.1 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
1.2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
1.3 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
docs init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
test init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.mk init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnDevice.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnDevice.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnDriver.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnDriverImpl.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnDriverImpl.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnPreparedModel.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnPreparedModel.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnPreparedModel_1_2.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnPreparedModel_1_2.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnPreparedModel_1_3.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ArmnnPreparedModel_1_3.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ConversionUtils.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ConversionUtils.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ConversionUtils_1_2.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ConversionUtils_1_3.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
DriverOptions.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
DriverOptions.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ModelToINetworkConverter.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
ModelToINetworkConverter.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NamespaceAdaptor.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
NnapiSupport.txt init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
RequestThread.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
RequestThread.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
RequestThread_1_3.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
RequestThread_1_3.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
SECURITY.md init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
SystemPropertiesUtils.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Utils.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Utils.hpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android.hardware.neuralnetworks@1.0-service-armnn.rc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android.hardware.neuralnetworks@1.1-service-armnn.rc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android.hardware.neuralnetworks@1.2-service-armnn.rc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
android.hardware.neuralnetworks@1.3-service-armnn.rc init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
service.cpp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
setup.sh init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.md

ArmNN Android Neural Networks driver

This directory contains the ArmNN driver for the Android Neural Networks API, implementing the android.hardware.neuralnetworks@1.0, android.hardware.neuralnetworks@1.1, android.hardware.neuralnetworks@1.2 and android.hardware.neuralnetworks@1.3 HALs.

For more information about supported operations and configurations, see NnapiSupport.txt

For documentation about integrating this driver into an Android tree, see Integrator Guide

For FAQs and troubleshooting advice, see FAQ.md

License

The android-nn-driver is provided under the MIT license. See LICENSE for more information. Contributions to this project are accepted under the same license.

Individual files contain the following tag instead of the full license text.

SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/