提交 236f3f58 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!411 【轻量级 PR】:update docs/source_en/constraints_on_network_construction.md.

Merge pull request !411 from amongo/N/A
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
| Statement | Compared with Python | Statement | Compared with Python
| :----------- |:-------- | :----------- |:--------
| `for` | Nested for loops are partially supported. Iteration sequences must be tuples or lists. | `for` | Nested for loops are partially supported. Iteration sequences must be tuples or lists.
| `while` | Nested while loops are partially supported. | `while` | Nested while loops are partially supported. Grad of net with while is not supported.
| `if` | Same as that in Python. The input of the `if` condition must be a constant. | `if` | Same as that in Python. The input of the `if` condition must be a constant.
| `def` | Same as that in Python. | `def` | Same as that in Python.
| `in` | Only support Dictionary. | `in` | Only support Dictionary.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册