Fix merge op

helinwang-patch-1
Yu Yang 7 years ago
parent c42c4a6718
commit 3f88fad08c

@ -67,9 +67,9 @@ void FetchOpHandle::RunImpl() {
tensors_[i].ShareDataWith(t);
tensors_[i].set_lod(t.lod());
}
this->WaitAndMergeCPUTensors();
}
this->WaitAndMergeCPUTensors();
}
std::string FetchOpHandle::Name() const { return "Fetch"; }

Loading…
Cancel
Save