Skip to content

Commit

Permalink
renote conv_conv, in some case conv_Conv compute error (#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiaoAngel committed Sep 24, 2020
1 parent 4b5b540 commit d13c94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite/core/optimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class Optimizer {
"lite_conv_elementwise_fuse_pass", // conv-elemwise-bn
"lite_conv_bn_fuse_pass", //
"lite_conv_elementwise_fuse_pass", // conv-bn-elemwise
"lite_conv_conv_fuse_pass", //
// TODO(Superjomn) Refine the fusion related design to select fusion
// kernels for devices automatically.
"lite_conv_activation_fuse_pass", //
Expand All @@ -102,6 +101,7 @@ class Optimizer {
"elementwise_mul_constant_eliminate_pass", //
"lite_sequence_pool_concat_fuse_pass", //
"lite_scale_activation_fuse_pass", //

#if (defined LITE_WITH_LIGHT_WEIGHT_FRAMEWORK) || (defined LITE_WITH_CUDA) || \
(defined LITE_WITH_ARM)
"lite_elementwise_activation_fuse_pass", //
Expand Down

0 comments on commit d13c94d

Please sign in to comment.