android-nn-driver icon indicating copy to clipboard operation
android-nn-driver copied to clipboard

Results 6 android-nn-driver issues
Sort by recently updated
recently updated
newest added

I'm trying to build the android-nn-driver by cloning it and pushing to ANDROID_ROOT following the integration guide. Currently the steps to generate the driver from the below step is unclear....

vendor properties need to be prefixed with "vendor" on android 12, as explained here: https://android.googlesource.com/platform/system/sepolicy/+/refs/heads/master/tests/check_prop_prefix.py#86 Today, when defining this sepolicy: Armnn.operandTypeTensorQuant8AsymmPerformance.execTime u:object_r:armnn_prop:s0 we have this build error: Allowed context prefixes...

Hi, I am not able to compile android-nn-driver 21.08, here is the error I get: ``` ArmnnPreparedModel_1_2.cpp:722:31: error: no matching function for call to 'MicrosecondsDuration' timing.timeOnDevice = MicrosecondsDuration(timeTaken.second, timeTaken.first); ^~~~~~~~~~~~~~~~~~~~...

We should have a cmake for this project and allow pure linux to run and build a libneutralnetwork.so directly. tensroflow lite nnapi delegate will dlopen libnutralnetwork.so in pure linux environment...

In getType() at: https://github.com/ARM-software/android-nn-driver/blob/7e4f7b181908478b3f9c0a23dd4a26b476542e30/1.2/ArmnnDriver.hpp#L133 and https://github.com/ARM-software/android-nn-driver/blob/7e4f7b181908478b3f9c0a23dd4a26b476542e30/1.3/ArmnnDriver.hpp#L248 they always return DeviceType::CPU, whereas they should return 'Other' (for a heterogenous interface) or check the service startup flags to find out which backend...

I notice that the Andorid 14 request the min version of NN-service is 1.4, and require AIDL interface. I would like to know the release plan for the version supported...