From dfe1bb8783200b7291d51172120f1f63dade8845 Mon Sep 17 00:00:00 2001 From: liuyang_655 Date: Fri, 5 Feb 2021 17:37:48 +0800 Subject: [PATCH] update release notes --- RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 48a786bb72..13c5fcf53d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -8,6 +8,10 @@ ##### Python API +###### Turn `ops.MakeRefKey` into an internal interface ([!12010](https://gitee.com/mindspore/mindspore/pulls/12010)) + +Previously MakeRefKey is an external interface that is not used, now make it an internal interface with the same usage. We do not recommend users to use this interface, and we will remove the relevant introduction of this interface from the official website. + ###### `ops.ApplyFtrl`, `ops.ApplyMomentum`, `ops.ApplyRMSProp`, `ops.ApplyCenteredRMSProp` change the output on Ascend backend from multiple to a single. ([!11895](https://gitee.com/mindspore/mindspore/pulls/11895)) Previously the number of outputs of these operator is different on different backends. To unify their definition we change their output on Ascend backend from multiple to a single.