revert executor run

release/0.13.0
Yancey1989 8 years ago
parent 00efc4ccfa
commit eb2e68ee6b

@ -353,7 +353,7 @@ void Executor::RunPreparedContext(ExecutorPrepareContext* ctx, Scope* scope,
scope->DeleteScope(local_scope);
} else {
// Delete the local scopes created in operators.
// scope->DropKids();
scope->DropKids();
}
if (FLAGS_benchmark) {
VLOG(2) << "-------------------------------------------------------";

Loading…
Cancel
Save