From b7f4b38791b63b2e75d4fd68e31aa2904ef99c9e Mon Sep 17 00:00:00 2001 From: lilei Date: Tue, 16 Jun 2020 14:26:55 +0800 Subject: [PATCH] update docs/source_zh_cn/operator_list.md. --- docs/source_zh_cn/operator_list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source_zh_cn/operator_list.md b/docs/source_zh_cn/operator_list.md index 88270cf9c9..fc5edeaa1a 100644 --- a/docs/source_zh_cn/operator_list.md +++ b/docs/source_zh_cn/operator_list.md @@ -14,6 +14,7 @@ | 操作名 | Ascend | GPU | CPU |算子类别 | :----------- |:------ |:------ |:-----|:--- +| [mindspore.nn.ProximalAdagrad](https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.ProximalAdagrad) | Supported |Doing | Doing |optim/ProximalAdagrad | [mindspore.nn.Softmax](https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Softmax) | Supported | Supported | Supported |layer/activation | [mindspore.nn.LogSoftmax](https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.LogSoftmax) | Supported | Supported | Doing |layer/activation | [mindspore.nn.ReLU](https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.ReLU) | Supported | Supported | Supported |layer/activation -- Gitee