Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
docs
提交
757ef6ec
D
docs
项目概览
MindSpore
/
docs
通知
4
Star
2
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
757ef6ec
编写于
7月 03, 2020
作者:
M
mindspore-ci-bot
提交者:
Gitee
7月 03, 2020
浏览文件
操作
浏览文件
下载
差异文件
!362 Updating supporting status info for dozens operators
Merge pull request !362 from zhangzheng/docs_update
上级
9003a61c
98841872
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
20 addition
and
2 deletion
+20
-2
docs/source_en/operator_list.md
docs/source_en/operator_list.md
+10
-1
docs/source_zh_cn/operator_list.md
docs/source_zh_cn/operator_list.md
+10
-1
未找到文件。
docs/source_en/operator_list.md
浏览文件 @
757ef6ec
...
...
@@ -33,7 +33,7 @@
|
[
mindspore.nn.Norm
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Norm
)
|Doing | Supported | Doing |layer/basic
|
[
mindspore.nn.OneHot
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.OneHot
)
| Supported | Supported | Doing |layer/basic
|
[
mindspore.nn.Range
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Range
)
| Supported | Doing | Doing |layer/basic
|
[
mindspore.nn.SequentialCell
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.SequentialCell
)
|
Doing
| Supported | Doing |layer/container
|
[
mindspore.nn.SequentialCell
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.SequentialCell
)
|
Supported
| Supported | Doing |layer/container
|
[
mindspore.nn.CellList
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.CellList
)
| Supported | Supported | Doing |layer/container
|
[
mindspore.nn.Conv2d
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Conv2d
)
| Supported | Supported | Supported |layer/conv
|
[
mindspore.nn.Conv2dTranspose
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Conv2dTranspose
)
| Supported | Supported | Doing |layer/conv
...
...
@@ -121,9 +121,14 @@
|
[
mindspore.ops.operations.SoftmaxCrossEntropyWithLogits
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SoftmaxCrossEntropyWithLogits
)
| Supported | Supported |Doing | nn_ops
|
[
mindspore.ops.operations.SparseSoftmaxCrossEntropyWithLogits
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseSoftmaxCrossEntropyWithLogits
)
| Doing | Supported | Supported | nn_ops
|
[
mindspore.ops.operations.ApplyMomentum
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyMomentum
)
| Supported | Supported | Supported | nn_ops
|
[
mindspore.ops.operations.ApplyAddSign
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyAddSign
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyPowerSign
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyPowerSign
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyGradientDescent
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyGradientDescent
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyProximalGradientDescent
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyProximalGradientDescent
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyRMSProp
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyRMSProp
)
| Supported | Supported | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyCenteredRMSProp
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyCenteredRMSProp
)
| Supported | Supported | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyAdagrad
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyAdagrad
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyAdagradV2
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyAdagradV2
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyProximalAdagrad
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyProximalAdagrad
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyProximalAdagrad
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyProximalAdagrad
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyLazyAdam
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyLazyAdam
)
| Doing | Doing | Supported | nn_ops
...
...
@@ -220,6 +225,7 @@
|
[
mindspore.ops.operations.ApproximateEqual
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApproximateEqual
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.InplaceAdd
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.InplaceAdd
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.InplaceSub
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.InplaceSub
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.Mod
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Mod
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.ExpandDims
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ExpandDims
)
| Supported | Supported | Doing | array_ops
|
[
mindspore.ops.operations.DType
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.DType
)
| Supported | Supported | Supported | array_ops
|
[
mindspore.ops.operations.SameTypeShape
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SameTypeShape
)
| Supported | Supported | Supported | array_ops
...
...
@@ -261,8 +267,11 @@
|
[
mindspore.ops.operations.GatherNd
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.GatherNd
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ApplyFtrl
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyFtrl
)
| Supported | Supported | Doing | array_ops
|
[
mindspore.ops.operations.SparseApplyFtrl
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyFtrl
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.SparseApplyFtrlV2
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyFtrlV2
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterNdUpdate
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterNdUpdate
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterUpdate
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterUpdate
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterMul
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterMul
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterDiv
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterDiv
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.SpaceToDepth
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SpaceToDepth
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.DepthToSpace
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.DepthToSpace
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.SpaceToBatch
](
https://www.mindspore.cn/api/en/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SpaceToBatch
)
| Supported | Doing | Doing | array_ops
...
...
docs/source_zh_cn/operator_list.md
浏览文件 @
757ef6ec
...
...
@@ -33,7 +33,7 @@
|
[
mindspore.nn.Norm
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Norm
)
|Doing | Supported | Doing |layer/basic
|
[
mindspore.nn.OneHot
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.OneHot
)
| Supported | Supported | Doing |layer/basic
|
[
mindspore.nn.Range
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Range
)
| Supported | Doing | Doing |layer/basic
|
[
mindspore.nn.SequentialCell
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.SequentialCell
)
|
Doing
| Supported | Doing |layer/container
|
[
mindspore.nn.SequentialCell
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.SequentialCell
)
|
Supported
| Supported | Doing |layer/container
|
[
mindspore.nn.CellList
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.CellList
)
| Supported | Supported | Doing |layer/container
|
[
mindspore.nn.Conv2d
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Conv2d
)
| Supported | Supported | Supported |layer/conv
|
[
mindspore.nn.Conv2dTranspose
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.nn.html#mindspore.nn.Conv2dTranspose
)
| Supported | Supported | Doing |layer/conv
...
...
@@ -121,9 +121,14 @@
|
[
mindspore.ops.operations.SoftmaxCrossEntropyWithLogits
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SoftmaxCrossEntropyWithLogits
)
| Supported | Supported |Doing | nn_ops
|
[
mindspore.ops.operations.SparseSoftmaxCrossEntropyWithLogits
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseSoftmaxCrossEntropyWithLogits
)
| Doing | Supported | Supported | nn_ops
|
[
mindspore.ops.operations.ApplyMomentum
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyMomentum
)
| Supported | Supported | Supported | nn_ops
|
[
mindspore.ops.operations.ApplyAddSign
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyAddSign
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyPowerSign
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyPowerSign
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyGradientDescent
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyGradientDescent
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyProximalGradientDescent
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyProximalGradientDescent
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyRMSProp
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyRMSProp
)
| Supported | Supported | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyCenteredRMSProp
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyCenteredRMSProp
)
| Supported | Supported | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyAdagrad
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyAdagrad
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyAdagradV2
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyAdagradV2
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyProximalAdagrad
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyProximalAdagrad
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.ApplyProximalAdagrad
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyProximalAdagrad
)
| Supported | Doing | Doing | nn_ops
|
[
mindspore.ops.operations.SparseApplyLazyAdam
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyLazyAdam
)
| Doing | Doing | Supported | nn_ops
...
...
@@ -220,6 +225,7 @@
|
[
mindspore.ops.operations.ApproximateEqual
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApproximateEqual
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.InplaceAdd
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.InplaceAdd
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.InplaceSub
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.InplaceSub
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.Mod
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Mod
)
| Supported | Doing | Doing | math_ops
|
[
mindspore.ops.operations.ExpandDims
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ExpandDims
)
| Supported | Supported | Doing | array_ops
|
[
mindspore.ops.operations.DType
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.DType
)
| Supported | Supported | Supported | array_ops
|
[
mindspore.ops.operations.SameTypeShape
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SameTypeShape
)
| Supported | Supported | Supported | array_ops
...
...
@@ -261,8 +267,11 @@
|
[
mindspore.ops.operations.GatherNd
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.GatherNd
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ApplyFtrl
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ApplyFtrl
)
| Supported | Supported | Doing | array_ops
|
[
mindspore.ops.operations.SparseApplyFtrl
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyFtrl
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.SparseApplyFtrlV2
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SparseApplyFtrlV2
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterNdUpdate
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterNdUpdate
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterUpdate
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterUpdate
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterMul
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterMul
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.ScatterDiv
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.ScatterDiv
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.SpaceToDepth
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SpaceToDepth
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.DepthToSpace
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.DepthToSpace
)
| Supported | Doing | Doing | array_ops
|
[
mindspore.ops.operations.SpaceToBatch
](
https://www.mindspore.cn/api/zh-CN/master/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.SpaceToBatch
)
| Supported | Doing | Doing | array_ops
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录