Merge pull request !34134 from xumengjuan1/code_docs_a
This commit is contained in:
i-robot 2022-05-10 03:18:26 +00:00 committed by Gitee
commit 74dfd1ccf9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -677,7 +677,7 @@ mindspore.numpy能够充分利用MindSpore的强大功能实现算子的自
context.set_context(device_target="Ascend")
...
更多细节可参考 `API mindspore.context <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore.context.html>`_
更多细节可参考 `API mindspore.set_context <https://www.mindspore.cn/docs/zh-CN/master/api_python/mindspore/mindspore.set_context.html#mindspore.set_context>`_
- mindspore.numpy使用示例

View File

@ -683,7 +683,7 @@ The following are examples:
context.set_context(device_target="Ascend")
...
For more details, see `API mindspore.context <https://www.mindspore.cn/docs/en/master/api_python/mindspore.context.html>`_ .
For more details, see `API mindspore.set_context <https://www.mindspore.cn/docs/en/master/api_python/mindspore/mindspore.set_context.html#mindspore.set_context>`_ .
- Use mindspore.numpy in MindSpore Deep Learning Models