Skip to content

Release 20.11

Choose a tag to compare

@nikraj01 nikraj01 released this 27 Nov 17:12

New Features:

  • Added support for EXP operator.
  • Added support for Logical NOT, AND and OR.
  • Added ability to enable ACL fast_math through the NNAPI driver.
  • Added SECURITY.md file.

Other Changes:

  • Removed remaining boost from android-nn-driver runtime code (Boost still resides in Unit Tests).
    • Removed boost::array from unit tests
    • Removed boost::format and swapped to fmt
    • Removed boost::numeric_cast
    • Removed boost::math::fpc uses
      *Removed boost::program_options and swapped to cxxopts
  • Updated ConvertConcatenation, ConvertQuantizedLstm, ConvertQuantized16BitLstm, ConvertLstm and ConvertSqueeze functions to use ShapeInferenceMethod.

Bug Fixes:

  • Fixed linking issue with pipeCommon if it's not being built.
  • Fixed BackendHint missing when cloning a layer.
  • Fixed incorrect function name in log for ConvertMaximum.
  • Fixed skipped concat VTS tests.
  • Fixed for Android-NN-Driver cmd line parameters.
  • Fixed Transpose Conv2d Dynamic tests.
  • Fixed skipping Dynamic Grouped Conv2d tests.
  • Fixed skipping VTS DynamicOutputShape FullyConnected.

Known Issues: