未验证 提交 4fc0dfe2 编写于 作者: H huzhiqiang 提交者: GitHub

exclude x86_target of fc_fusion_pass test=develop (#2538)

上级 59ed3a85
......@@ -33,4 +33,5 @@ void FcFusePass::Apply(const std::unique_ptr<SSAGraph>& graph) {
REGISTER_MIR_PASS(lite_fc_fuse_pass, paddle::lite::mir::FcFusePass)
.BindTargets({TARGET(kAny)})
.ExcludeTargets({TARGET(kX86)})
.BindKernel("fc");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册