• Home
Name
Date
Size
#Lines
LOC

..--

1.0/03-May-2024-1,044789

1.1/03-May-2024-441336

1.2/03-May-2024-1,7291,396

1.3/03-May-2024-1,8881,525

LICENSES/03-May-2024-105

docs/03-May-2024-164128

test/03-May-2024-9,5526,897

.gitignoreD03-May-202492 87

.gitignore.licenseD03-May-2024108 54

ArmnnDevice.cppD03-May-20243.7 KiB127101

ArmnnDevice.hppD03-May-2024454 2816

ArmnnDriver.hppD03-May-20241.8 KiB9467

ArmnnDriverImpl.cppD03-May-202412.3 KiB350268

ArmnnDriverImpl.hppD03-May-20241.8 KiB6948

ArmnnPreparedModel.cppD03-May-202421.3 KiB552441

ArmnnPreparedModel.hppD03-May-20244.7 KiB12187

ArmnnPreparedModel_1_2.cppD03-May-202433.2 KiB856706

ArmnnPreparedModel_1_2.hppD03-May-20247.9 KiB177135

ArmnnPreparedModel_1_3.cppD03-May-202446 KiB1,173969

ArmnnPreparedModel_1_3.hppD03-May-202410 KiB214165

CacheDataHandler.cppD03-May-20241.7 KiB6752

CacheDataHandler.hppD03-May-20241.4 KiB6943

ConversionUtils.cppD03-May-20246.1 KiB219177

ConversionUtils.hppD03-May-2024153.1 KiB4,2323,429

ConversionUtils_1_2.hppD03-May-2024145.8 KiB3,5502,777

ConversionUtils_1_3.hppD03-May-202435.9 KiB806615

DriverOptions.cppD03-May-202411.3 KiB302253

DriverOptions.hppD03-May-20243 KiB7360

LICENSED03-May-20241 KiB2217

LICENSE.spdxD03-May-202434.2 KiB757663

ModelToINetworkConverter.cppD03-May-20249.1 KiB246190

ModelToINetworkConverter.hppD03-May-20241.5 KiB6134

NamespaceAdaptor.hppD03-May-2024406 1611

NnapiSupport.txtD03-May-20246.4 KiB9990

NnapiSupport.txt.licenseD03-May-2024107 54

OWNERSD03-May-202499 65

README.mdD03-May-20241 KiB2111

README.md.licenseD03-May-2024107 54

RequestThread.cppD03-May-20246.3 KiB164116

RequestThread.hppD03-May-20243.4 KiB10671

RequestThread_1_3.cppD03-May-20247.5 KiB190141

RequestThread_1_3.hppD03-May-20243.6 KiB10772

SECURITY.mdD03-May-20244.1 KiB6960

SECURITY.md.licenseD03-May-2024102 54

SystemPropertiesUtils.hppD03-May-20242.4 KiB8672

Utils.cppD03-May-202425.1 KiB816684

Utils.hppD03-May-20246.8 KiB205146

android.hardware.neuralnetworks@1.0-service-armnn.rcD03-May-2024145 54

android.hardware.neuralnetworks@1.0-service-armnn.rc.licenseD03-May-2024108 54

android.hardware.neuralnetworks@1.1-service-armnn.rcD03-May-2024145 54

android.hardware.neuralnetworks@1.1-service-armnn.rc.licenseD03-May-2024108 54

android.hardware.neuralnetworks@1.2-service-armnn.rcD03-May-2024193 65

android.hardware.neuralnetworks@1.2-service-armnn.rc.licenseD03-May-2024107 54

android.hardware.neuralnetworks@1.3-service-armnn.rcD03-May-2024209 65

android.hardware.neuralnetworks@1.3-service-armnn.rc.licenseD03-May-2024102 54

service.cppD03-May-20241.6 KiB6450

setup.shD03-May-20242.9 KiB9567

README.md

1# Arm NN Android Neural Networks driver
2
3This directory contains the Arm NN 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.
4
5For more information about supported operations and configurations, see [NnapiSupport.txt](NnapiSupport.txt)
6
7For documentation about integrating this driver into an Android tree, see [Integrator Guide](docs/IntegratorGuide.md)
8
9For FAQs and troubleshooting advice, see [FAQ.md](docs/FAQ.md)
10
11### License
12
13The android-nn-driver is provided under the [MIT](https://spdx.org/licenses/MIT.html) license.
14See [LICENSE](LICENSE) for more information. Contributions to this project are accepted under the same license.
15
16Individual files contain the following tag instead of the full license text.
17
18    SPDX-License-Identifier: MIT
19
20This enables machine processing of license information based on the SPDX License Identifiers that are available here: http://spdx.org/licenses/
21

README.md.license

1#
2# Copyright © 2018-2021 Arm Ltd and Contributors. All rights reserved.
3# SPDX-License-Identifier: MIT
4#
5