提交 752bab27 编写于 作者: F fengjiayi

Fix bugs

上级 f8211328
7 合并请求!11636[IMPORTANT] MKLDNN layout: Support for sum operator,!8482Release/0.11.0,!8190Release/0.11.0,!8189Release/0.11.0,!6633给线性回归的get-started代码加上了预测的示例~~,!4761Rename `graph.py` to `framework.py`,!4691Complete `Operator` of Python API
......@@ -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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册