提交 3f88fad0 编写于 作者: Y Yu Yang

Fix merge op

上级 c42c4a67
...@@ -67,9 +67,9 @@ void FetchOpHandle::RunImpl() { ...@@ -67,9 +67,9 @@ void FetchOpHandle::RunImpl() {
tensors_[i].ShareDataWith(t); tensors_[i].ShareDataWith(t);
tensors_[i].set_lod(t.lod()); tensors_[i].set_lod(t.lod());
} }
this->WaitAndMergeCPUTensors();
} }
this->WaitAndMergeCPUTensors();
} }
std::string FetchOpHandle::Name() const { return "Fetch"; } std::string FetchOpHandle::Name() const { return "Fetch"; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册