revert-4814-Add_sequence_project_op
fengjiayi 8 years ago
parent f8211328e1
commit 752bab2719

@ -103,6 +103,7 @@ void OpDescBind::SetAttr(const std::string &name, const Attribute &v) {
void OpDescBind::SetBlockAttr(const std::string &name, BlockDescBind &block) {
BlockDesc *desc = block.RawPtr();
this->attrs_[name] = desc;
need_update_ = true;
}
void OpDescBind::SetAttrMap(

Loading…
Cancel
Save