提交 7f1533f2 编写于 作者: F fengjiayi

test collaborating

上级 8b80cf89
...@@ -234,7 +234,7 @@ class OpRegistry { ...@@ -234,7 +234,7 @@ class OpRegistry {
const AttributeMap& attrs) { const AttributeMap& attrs) {
auto op_create_it = creators().find(type); auto op_create_it = creators().find(type);
PADDLE_ENFORCE(op_create_it != creators().end(), PADDLE_ENFORCE(op_create_it != creators().end(),
"Operator %s cannot be found", type); "Operator %s cannot be found.", type);
auto op = op_create_it->second(); auto op = op_create_it->second();
op->type_ = type; op->type_ = type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册