提交 cee99447 编写于 作者: Q qiaolongfei

udw nullptr as localUpdater

上级 647f9a0f
...@@ -31,9 +31,8 @@ ParameterUpdater *ParameterUpdater::createLocalUpdater( ...@@ -31,9 +31,8 @@ ParameterUpdater *ParameterUpdater::createLocalUpdater(
ParameterUpdater *ParameterUpdater::createRemoteUpdater( ParameterUpdater *ParameterUpdater::createRemoteUpdater(
OptimizationConfig *config, int passCount) { OptimizationConfig *config, int passCount) {
auto updater = new ParameterUpdater(); auto updater = new ParameterUpdater();
std::unique_ptr<paddle::ParameterUpdater> localUpdater;
updater->m->updater.reset(new paddle::RemoteParameterUpdater( updater->m->updater.reset(new paddle::RemoteParameterUpdater(
config->m->getConfig(), passCount, std::move(localUpdater))); config->m->getConfig(), passCount, nullptr));
return updater; return updater;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册