提交 89728f8e 编写于 作者: Y Yu Yang

update

上级 eb2e4eea
...@@ -177,7 +177,7 @@ void ParallelExecutor::Run( ...@@ -177,7 +177,7 @@ void ParallelExecutor::Run(
InitializeVariable(scope->Var(std::get<0>(name_type_pair)), InitializeVariable(scope->Var(std::get<0>(name_type_pair)),
std::get<1>(name_type_pair)); std::get<1>(name_type_pair));
} else { } else {
InitializeVariable(scope->Var(std::get<0>(name_type_pair)), InitializeVariable(local_scope.Var(std::get<0>(name_type_pair)),
std::get<1>(name_type_pair)); std::get<1>(name_type_pair));
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册