提交 16760946 编写于 作者: T Tomasz Patejko

MKLDNN conv + elementwise_add fusion: turn on residual connection pass when CAPI is used.

test=develop
上级 0fe3079c
......@@ -81,6 +81,7 @@ class Analyzer : public OrderedRegistry<PassManager> {
#ifdef PADDLE_WITH_MKLDNN
"conv_bias_mkldnn_fuse_pass", //
"conv_relu_mkldnn_fuse_pass", //
"conv_elementwise_add_mkldnn_fuse_pass", //
#endif
}};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册