Release 18.08
This release of Arm NN integrates the latest Compute Library and adds additional NNAPI support.
New Features:
- Support LSTM operator from Compute Library.
- Support for Android P.
- Experimental support for relaxComputationFloat32toFloat16 from android.hardware.neuralnetworks@1.1. To enable this feature, pass --fp16-enabled on the driver command-line.
Other changes:
- This release of ArmNN requires at least release 18.08 of the Compute Library.
- Fixed an issue where Android NN was not correctly able to use the broadcast mul layer.
Known Issues:
- Build error on Android O depending on platform configuration: error: android.hardware.neuralnetworks@1.1-service-armnn (EXECUTABLES android-arm64) missing android.hardware.neuralnetworks@1.1.
- In order to work around this error set ALLOW_MISSING_DEPENDENCIES=true in the build environment.