Skip to content

Release 18.03

Choose a tag to compare

@Surmeh Surmeh released this 29 Mar 15:43
· 2874 commits to master since this release

This release of Arm NN adds armnnTfParser, a library for loading Tensorflow Protobuf files into Arm NN. See src/armnnTfParser.

Other changes:

  • Fixed an issue where memory used by OpenCL objects would increase on every call to LoadNetwork
  • Fixed an issue where the output from a Merger layer being used as input to another Merger layer would cause a runtime error.

Known issues:

  • A MultiplicationLayer with inputs of different sizes will not execute on the CpuAcc (NEON) backend. This is due to a limitation of Compute Library v18.03 which will be fixed in a future release.