From e02c91b41f3a8f6ed86d7c69fe2c1c83315a28f7 Mon Sep 17 00:00:00 2001 From: amongo Date: Mon, 20 Jul 2020 21:42:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20docs/source=5Fen/constraints=5Fon=5Fne?= =?UTF-8?q?twork=5Fconstruction.md.=20=E5=A2=9E=E5=8A=A0=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=99=90=E5=88=B6=E8=AF=B4=E6=98=8E=EF=BC=9Awhile=E5=BE=AA?= =?UTF-8?q?=E7=8E=AF=E7=BD=91=E7=BB=9C=E7=9A=84=E5=8F=8D=E5=90=91=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source_en/constraints_on_network_construction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source_en/constraints_on_network_construction.md b/docs/source_en/constraints_on_network_construction.md index 69345b9878..04a26498b4 100644 --- a/docs/source_en/constraints_on_network_construction.md +++ b/docs/source_en/constraints_on_network_construction.md @@ -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. -- Gitee