提交 649342c8 编写于 作者: S sneaxiy

merge develop to solve conflict third times, test=develop

上级 bb9c6afa
......@@ -568,7 +568,7 @@ class OpBase {
void CheckAttrs() {
auto& info = op_->Info();
if (info.Checker() != nullptr) {
info.Checker()->Check(&attrs_);
info.Checker()->Check(&attrs_, true);
}
}
......
......@@ -92,7 +92,7 @@ void Tracer::TraceOp(const std::string& type, const NameVarBaseMap& ins,
const auto& op_info = op->Info();
auto* attr_checker = op_info.Checker();
if (attr_checker) {
attr_checker->Check(&attrs);
attr_checker->Check(&attrs, true);
}
OpBase::Run(*op, ins, outs, attrs, place);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册