提交 d330bf95 编写于 作者: E eclipsess

cancel //

上级 633fe332
...@@ -52,10 +52,10 @@ void ProgramDesc::Description(std::string header) { ...@@ -52,10 +52,10 @@ void ProgramDesc::Description(std::string header) {
LOG(kLOG_DEBUG3) << "argument - " << n; LOG(kLOG_DEBUG3) << "argument - " << n;
} }
} }
// for (auto &attr : op->GetAttrMap()) { for (auto &attr : op->GetAttrMap()) {
// LOG(kLOG_DEBUG2) << "attr name:: " << attr.first; LOG(kLOG_DEBUG2) << "attr name:: " << attr.first;
// LOG(kLOG_DEBUG3) << "argument - " << attr.second; LOG(kLOG_DEBUG3) << "argument - " << attr.second;
// } }
} }
for (const auto &var_desc : block->Vars()) { for (const auto &var_desc : block->Vars()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册