Skip to content

Commit

Permalink
Update case_analysis_cn.md (PaddlePaddle#5255)
Browse files Browse the repository at this point in the history
* Update case_analysis_cn.md

控制流转写链接更新

* Update case_analysis_cn.md
  • Loading branch information
sunzhongkai588 authored Sep 6, 2022
1 parent 89e1ccb commit 924486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/jit/case_analysis_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ another_func.pdiparams.info // 存放额外的其他信息

## 八、再谈控制流

前面[【控制流转写】](./basic_usage_cn.html#sikongzhiliuzhuanxie)提到,不论控制流 ``if/for/while`` 语句是否需要转为静态图中的 ``cond_op/while_op`` ,都会先进行代码规范化,如 ``IfElse`` 语句会规范为如下范式:
前面[【控制流转写】](./principle_cn.html#kongzhiliuzhuanxie)提到,不论控制流 ``if/for/while`` 语句是否需要转为静态图中的 ``cond_op/while_op`` ,都会先进行代码规范化,如 ``IfElse`` 语句会规范为如下范式:

```python
def true_fn_0(out):
Expand Down

0 comments on commit 924486d

Please sign in to comment.