提交 3bda2b11 编写于 作者: Z zhangz0911gm

Updating information of AvgPool in docs r0.3

上级 e1bb117f
......@@ -155,6 +155,7 @@
| [mindspore.ops.operations.Pow](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Pow) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Exp](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Exp) | Supported | Supported | Doing | math_ops
| [mindspore.ops.operations.Log](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Log) | Supported | Supported | Doing | math_ops
| [mindspore.ops.operations.Log1p](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Log1p) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Minimum](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Minimum) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Maximum](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Maximum) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.RealDiv](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.RealDiv) | Supported | Supported | Doing | math_ops
......@@ -178,7 +179,6 @@
| [mindspore.ops.operations.FloatStatus](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.FloatStatus) | Doing | Supported | Doing | math_ops
| [mindspore.ops.operations.Cos](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Cos) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Acos](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Acos) | Doing | Doing | Doing | math_ops
| [mindspore.ops.operations.AvgPool](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.AvgPool) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Erf](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Erf) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Erfc](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Erfc) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Sin](https://www.mindspore.cn/api/en/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Sin) | Supported | Doing | Doing | math_ops
......
......@@ -155,6 +155,7 @@
| [mindspore.ops.operations.Pow](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Pow) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Exp](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Exp) | Supported | Supported | Doing | math_ops
| [mindspore.ops.operations.Log](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Log) | Supported | Supported | Doing | math_ops
| [mindspore.ops.operations.Log1p](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Log1p) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Minimum](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Minimum) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Maximum](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Maximum) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.RealDiv](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.RealDiv) | Supported | Supported | Doing | math_ops
......@@ -178,7 +179,6 @@
| [mindspore.ops.operations.FloatStatus](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.FloatStatus) | Doing | Supported | Doing | math_ops
| [mindspore.ops.operations.Cos](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Cos) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Acos](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Acos) | Doing | Doing | Doing | math_ops
| [mindspore.ops.operations.AvgPool](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.AvgPool) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Erf](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Erf) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Erfc](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Erfc) | Supported | Doing | Doing | math_ops
| [mindspore.ops.operations.Sin](https://www.mindspore.cn/api/zh-CN/0.3.0-alpha/api/python/mindspore/mindspore.ops.operations.html#mindspore.ops.operations.Sin) | Supported | Doing | Doing | math_ops
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册