Name Date Size #Lines LOC

..--

1.0/H25-Apr-2025-1,044789

1.1/H25-Apr-2025-441336

1.2/H25-Apr-2025-1,7291,396

1.3/H25-Apr-2025-1,8881,525

LICENSES/H25-Apr-2025-105

docs/H25-Apr-2025-164128

test/H25-Apr-2025-9,5526,897

.gitignoreH A D25-Apr-202592 87

.gitignore.licenseH A D25-Apr-2025108 54

ArmnnDevice.cppH A D25-Apr-20253.7 KiB127101

ArmnnDevice.hppH A D25-Apr-2025454 2816

ArmnnDriver.hppH A D25-Apr-20251.8 KiB9467

ArmnnDriverImpl.cppH A D25-Apr-202512.3 KiB350268

ArmnnDriverImpl.hppH A D25-Apr-20251.8 KiB6948

ArmnnPreparedModel.cppH A D25-Apr-202521.3 KiB552441

ArmnnPreparedModel.hppH A D25-Apr-20254.7 KiB12187

ArmnnPreparedModel_1_2.cppH A D25-Apr-202533.2 KiB856706

ArmnnPreparedModel_1_2.hppH A D25-Apr-20257.9 KiB177135

ArmnnPreparedModel_1_3.cppH A D25-Apr-202546 KiB1,173969

ArmnnPreparedModel_1_3.hppH A D25-Apr-202510 KiB214165

CacheDataHandler.cppH A D25-Apr-20251.7 KiB6752

CacheDataHandler.hppH A D25-Apr-20251.4 KiB6943

ConversionUtils.cppH A D25-Apr-20256.1 KiB219177

ConversionUtils.hppH A D25-Apr-2025153.1 KiB4,2323,429

ConversionUtils_1_2.hppH A D25-Apr-2025145.8 KiB3,5502,777

ConversionUtils_1_3.hppH A D25-Apr-202535.9 KiB806615

DriverOptions.cppH A D25-Apr-202511.3 KiB302253

DriverOptions.hppH A D25-Apr-20253 KiB7360

LICENSEH A D25-Apr-20251 KiB2217

LICENSE.spdxH A D25-Apr-202534.2 KiB757663

ModelToINetworkConverter.cppH A D25-Apr-20259.1 KiB246190

ModelToINetworkConverter.hppH A D25-Apr-20251.5 KiB6134

NamespaceAdaptor.hppH A D25-Apr-2025406 1611

NnapiSupport.txtH A D25-Apr-20256.4 KiB9990

NnapiSupport.txt.licenseH A D25-Apr-2025107 54

OWNERSH A D25-Apr-202599 65

README.mdH A D25-Apr-20251 KiB2111

README.md.licenseH A D25-Apr-2025107 54

RequestThread.cppH A D25-Apr-20256.3 KiB164116

RequestThread.hppH A D25-Apr-20253.4 KiB10671

RequestThread_1_3.cppH A D25-Apr-20257.5 KiB190141

RequestThread_1_3.hppH A D25-Apr-20253.6 KiB10772

SECURITY.mdH A D25-Apr-20254.1 KiB6960

SECURITY.md.licenseH A D25-Apr-2025102 54

SystemPropertiesUtils.hppH A D25-Apr-20252.4 KiB8672

Utils.cppH A D25-Apr-202525.1 KiB816684

Utils.hppH A D25-Apr-20256.8 KiB205146

[email protected]H A D25-Apr-2025145 54

[email protected]H A D25-Apr-2025108 54

[email protected]H A D25-Apr-2025145 54

[email protected]H A D25-Apr-2025108 54

[email protected]H A D25-Apr-2025193 65

[email protected]H A D25-Apr-2025107 54

[email protected]H A D25-Apr-2025209 65

[email protected]H A D25-Apr-2025102 54

service.cppH A D25-Apr-20251.6 KiB6450

setup.shH A D25-Apr-20252.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 [email protected], [email protected], [email protected] and [email protected] 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