提交 c66e486a 编写于 作者: W wangguibao

Merge branch 'async_executor' of https://github.com/wangguibao/Paddle into async_executor

......@@ -182,7 +182,7 @@ class DataFeed {
virtual void AddFeedVar(Variable* var, const std::string& name);
protected:
// Check if it is executed in this order:
// Init -> SetFileList/BindingMemory -> Start -> Next
// Init -> SetFileList(BindingMemory) -> Start -> Next
virtual void CheckInit();
virtual void CheckSetFileList();
virtual void CheckStart();
......@@ -206,7 +206,6 @@ class DataFeed {
bool finish_init_;
static bool finish_set_filelist_;
bool finish_binding_memory_;
bool finish_start_;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册