Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
dongdaxiang 6 years ago
commit 2df1d80767

@ -365,10 +365,12 @@ void AsyncExecutorThreadWorker::SetPSlibPtr(
std::shared_ptr<paddle::distributed::PSlib> pslib_ptr) {
_pslib_ptr = pslib_ptr;
}
void AsyncExecutorThreadWorker::SetPullDenseThread(
std::shared_ptr<DensePullThread> dpt) {
_pull_dense_thread = dpt;
}
void AsyncExecutorThreadWorker::TrainOneNetwork() {
PrepareParams();

Loading…
Cancel
Save