[MSLITE] Update release notes of codegen

This commit is contained in:
zhanyuan 2021-09-17 14:50:20 +08:00
parent 24ea5f69b6
commit b5bf321e81
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ MSTensor::DestroyTensorPtr(tensor);
2. Multiplatform support, including Android, IoT Devices.
3. Support offline model weight preprocessing while compiling.
4. Support offline memory reuse computing for minimum runtime buffer size.
5. Support kernel register for custom op. Third-party hardware like NNIE can be accessed through it.
### API Change