!33316 modify page display

Merge pull request !33316 from 俞涵/code_docs_0420
This commit is contained in:
i-robot 2022-04-20 05:45:38 +00:00 committed by Gitee
commit cd259cd5e3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -597,8 +597,8 @@ mindspore.numpy能够充分利用MindSpore的强大功能实现算子的自
[[ 768. 768. 768. 768.]
[2816. 2816. 2816. 2816.]]
> 目前静态图不支持在Python交互式模式下运行并且有部分语法限制。`ms_function` 的更多信息可参考 `API ms_function <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.ms_function.html>`_
.. note::
目前静态图不支持在Python交互式模式下运行并且有部分语法限制。`ms_function` 的更多信息可参考 `API ms_function <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.ms_function.html>`_
- GradOperation使用示例