“98057a361cfd4bbbfcf82e0580c0755fce5be8ed”上不存在“develop/doc/design/cpp_data_feeding.html”
提交 71a2e6b7 编写于 作者: Y Yu Yang

Reverse create var

上级 2e8459be
...@@ -163,7 +163,9 @@ void ParallelExecutor::Run( ...@@ -163,7 +163,9 @@ void ParallelExecutor::Run(
SplitTensorToPlaces(feed_tensors); SplitTensorToPlaces(feed_tensors);
// Create local scopes. // Create local scopes.
for (auto &scope : member_->local_scopes_) { for (auto it = member_->local_scopes_.rbegin();
it != member_->local_scopes_.rend(); ++it) {
auto &scope = *it;
Scope &local_scope = scope->NewScope(); Scope &local_scope = scope->NewScope();
*scope->Var(details::kLocalExecScopeName)->GetMutable<Scope *>() = *scope->Var(details::kLocalExecScopeName)->GetMutable<Scope *>() =
&local_scope; &local_scope;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册