Release 18.03
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.