提交 e02c91b4 编写于 作者: A amongo 提交者: Gitee

update docs/source_en/constraints_on_network_construction.md.

增加语法限制说明:while循环网络的反向不支持。
上级 c4241d59
......@@ -55,7 +55,7 @@
| Statement | Compared with Python
| :----------- |:--------
| `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.
| `def` | Same as that in Python.
| `in` | Only support Dictionary.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册