提交 08e1b40a 编写于 作者: Y Yi Wang

Fix minor bugs

上级 f83876a0
......@@ -68,8 +68,8 @@ class OperatorBase {
const AttributeMap& attrs,
std::unordered_map<std::string, int>* in_out_idxs)
: type_(type),
inputs_(input),
outputs_(output),
inputs_(inputs),
outputs_(outputs),
attrs_(attrs),
in_out_idxs_(in_out_idxs) {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册