提交 b694f0bb 编写于 作者: E eclipsycn 提交者: GitHub

Update program_desc.cpp

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