We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f395075 commit 1987d45Copy full SHA for 1987d45
paddle/fluid/inference/analysis/analyzer.h
@@ -68,6 +68,7 @@ class Analyzer : public OrderedRegistry<PassManager> {
68
const std::vector<std::string> all_ir_passes_{{
69
// Manual update the passes here.
70
#ifdef PADDLE_WITH_MKLDNN
71
+ // This pass should run before any other convolution fuse.
72
"depthwise_conv_mkldnn_pass", //
73
#endif
74
"attention_lstm_fuse_pass", //
0 commit comments