Skip to content

Commit

Permalink
!45253 modify the error in nn
Browse files Browse the repository at this point in the history
Merge pull request !45253 from 宦晓玲/code_docs_1101
  • Loading branch information
it-is-a-robot authored and gitee-org committed Nov 8, 2022
2 parents 4bddb68 + cec73db commit 3819983
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/api_python/mindspore.nn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mindspore.nn

用于构建神经网络中的预定义构建块或计算单元。

MindSpore中 `mindspore.nn` 接口与上一版本相比,新增、删除和支持平台的变化信息请参考 `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_。
MindSpore中 `mindspore.nn` 接口与上一版本相比,新增、删除和支持平台的变化信息请参考 `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_

基本构成单元
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/api/api_python_en/mindspore.nn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Neural Network Cell

For building predefined building blocks or computational units in neural networks.

Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.nn` operators in MindSpore, please refer to the link `<https://gitee.com/mindspore/docs/blob/master/resource/api_updates/nn_api_updates.md>`_.
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.nn` operators in MindSpore, please refer to the link `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/nn_api_updates.md>`_ .

Basic Block
-----------
Expand Down
2 changes: 1 addition & 1 deletion docs/api/api_python_en/mindspore.ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ operators that can be used for constructor function of Cell
import mindspore.ops as ops
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.ops` operators in MindSpore, please refer to the link `<https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_.
Compared with the previous version, the added, deleted and supported platforms change information of `mindspore.ops` operators in MindSpore, please refer to the link `API Updates <https://gitee.com/mindspore/docs/blob/master/resource/api_updates/ops_api_updates.md>`_ .

Operator Primitives
-------------------
Expand Down

0 comments on commit 3819983

Please sign in to comment.