未验证 提交 405e6bf6 编写于 作者: S Shan Yi 提交者: GitHub

Merge pull request #209 from PaddlePaddle/tink2123-patch-3

fix the typo for fluid_design_idea.md
...@@ -171,7 +171,7 @@ class Executor{ ...@@ -171,7 +171,7 @@ class Executor{
void Run(const ProgramDesc& pdesc, void Run(const ProgramDesc& pdesc,
Scope* scope, Scope* scope,
int block_id) { int block_id) {
auto& block = pedsc.Block(block_id); auto& block = pdesc.Block(block_id);
//创建所有变量 //创建所有变量
for (auto& var : block.AllVars()) for (auto& var : block.AllVars())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册