v19.08.1
ArmNN 19.08.01 Release Notes
This is an incremental release of ArmNN 19.08 to fix CTS issues.
ArmNN SDK
New Features:
TfLite Parser:
Public API Changes:
Backend API Changes:
Other changes:
Known issues:
Android NNAPI driver
Deprecated features:
New Features:
Other changes:
All errors and crashes occurring on the 19.08 release when running the Android Compliance Test Suite (CTS) R2 on Android 10 (Android Q) have been fixed, including:
- Driver termination during TestRandomGraph when using GPU acceleration (ie. ARMNN_COMPUTE_CL_ENABLE:=1)
- Some TestRandomGraph/RandomGraphTest tests which include CONCATENATION and L2_POOLING_2D operators.
- Some TestRandomGraph/RandomGraphTest tests which include operators taking the optional data layout argument if the argument is present and set to NCHW.
- Some TestRandomGraph/RandomGraphTest tests which include operators using FLOAT16 input.
- Some TestRandomGraph/RandomGraphTest tests which include RESIZE_BILINEAR operators.
- Some TestRandomGraph/RandomGraphTest tests which include RESIZE operators.
- Some TestRandomGraph/RandomGraphTest tests which include RESIZE_NEAREST_NEIGHBOR operators.
- Some TestRandomGraph/RandomGraphTest tests which include SPACE_TO_DEPTH operators.
- TestRandomGraph/SingleOperationTest#ADD_V1_0/31
- TestRandomGraph/SingleOperationTest#MUL_V1_0/31
- TestRandomGraph/SingleOperationTest#SUB_V1_2/31
- TestRandomGraph/SingleOperationTest#STRIDED_SLICE_V1_2/17
- TestRandomGraph/SingleOperationTest#PRELU_V1_2/14
- Several other errors occurring in Activations when debug.nn.partition is set to 2
Backend API Changes:
Known Issues: