From b5bf321e81a4420bbff6334a36176b2d77b43172 Mon Sep 17 00:00:00 2001 From: zhanyuan Date: Fri, 17 Sep 2021 14:50:20 +0800 Subject: [PATCH] [MSLITE] Update release notes of codegen --- RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE.md b/RELEASE.md index 9de3b0f939f..3dd0e8b66b9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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