• Home
Name Date Size #Lines LOC

..--

1.0/03-May-2024-1,027770

1.1/03-May-2024-444339

1.2/03-May-2024-1,223955

1.3/03-May-2024-1,3801,083

docs/03-May-2024-200152

test/03-May-2024-7,6975,585

.gitignoreD03-May-202473 76

Android.bpD03-May-20241.6 KiB5853

Android.mkD03-May-202425.2 KiB981757

ArmnnDevice.cppD03-May-20243.3 KiB11892

ArmnnDevice.hppD03-May-2024454 2816

ArmnnDriver.hppD03-May-20241.8 KiB9467

ArmnnDriverImpl.cppD03-May-202410.6 KiB315240

ArmnnDriverImpl.hppD03-May-20241.8 KiB6646

ArmnnPreparedModel.cppD03-May-202414.5 KiB397313

ArmnnPreparedModel.hppD03-May-20242.7 KiB7447

ArmnnPreparedModel_1_2.cppD03-May-202423.7 KiB634518

ArmnnPreparedModel_1_2.hppD03-May-20245 KiB11884

ArmnnPreparedModel_1_3.cppD03-May-202435.3 KiB912745

ArmnnPreparedModel_1_3.hppD03-May-20246.9 KiB149110

ConversionUtils.cppD03-May-20245.1 KiB186147

ConversionUtils.hppD03-May-2024152.3 KiB4,2153,378

ConversionUtils_1_2.hppD03-May-2024114.3 KiB2,8822,241

ConversionUtils_1_3.hppD03-May-202432.8 KiB713535

DriverOptions.cppD03-May-20248.8 KiB248207

DriverOptions.hppD03-May-20242.1 KiB5744

LICENSED03-May-20241 KiB2217

ModelToINetworkConverter.cppD03-May-20248.7 KiB231177

ModelToINetworkConverter.hppD03-May-20241.5 KiB6134

NamespaceAdaptor.hppD03-May-2024406 1611

NnapiSupport.txtD03-May-20245.3 KiB8678

OWNERSD03-May-202481 54

README.mdD03-May-20241 KiB2111

RequestThread.cppD03-May-20246.3 KiB167118

RequestThread.hppD03-May-20243.4 KiB10671

RequestThread_1_3.cppD03-May-20247.6 KiB194143

RequestThread_1_3.hppD03-May-20243.6 KiB10772

SECURITY.mdD03-May-20244.1 KiB6960

SystemPropertiesUtils.hppD03-May-20242.3 KiB8571

Utils.cppD03-May-202419.7 KiB660545

Utils.hppD03-May-20246 KiB184132

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

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

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

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

service.cppD03-May-20241.6 KiB6450

setup.shD03-May-20241.7 KiB5233

README.md

1# ArmNN Android Neural Networks driver
2
3This 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.
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