Release 21.02
New Features:
- If "-request-inputs-and-outputs-dump-dir" is enabled it will serialize the network graph to a ".armnn" file to given directory.
- Added ability to save and load the ClContext through android-nn-driver
- Two optimization parameters were added to enable:
-
"q,cached-network-file",
"If non-empty, the given file will be used to load/save cached network."
"If save-cached-network option is given will save the cached network to given file."
"If save-cached-network option is not given will load the cached network from given file." -
"s,save-cached-network",
"Enables saving the cached network to the file given with cached-network-file option."
-
- Two optimization parameters were added to enable:
Other Changes:
- Provide LayerSupportHandle to frontend users.
- Update setup and Android.bp files to build v8.2a driver.
- Add CpuAcc specific configuration option numberOfThreads.
- Add GpuAcc MLGO tuning file configuration argument.