-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] fix swish op bug in conv_activation_fuser, conv_scale_fuser and scale_activation_fuser. #10516
[core] fix swish op bug in conv_activation_fuser, conv_scale_fuser and scale_activation_fuser. #10516
Conversation
Thanks for your contribution! |
@@ -13,6 +13,7 @@ | |||
// limitations under the License. | |||
|
|||
#include "lite/core/optimizer/mir/fusion/conv_activation_fuser.h" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么需要加多余的空行?
@@ -13,6 +13,7 @@ | |||
// limitations under the License. | |||
|
|||
#include "lite/core/optimizer/mir/fusion/conv_scale_fuser.h" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
@@ -13,6 +13,7 @@ | |||
// limitations under the License. | |||
|
|||
#include "lite/core/optimizer/mir/fusion/conv_activation_fuser.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR 的 标题再改下吧,可以用百度、谷歌、一言翻译协助一下,否则都没办法快速了解 PR 的修改点。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修改为[core] fix swish op bug in conv_activation_fuser、conv_scale_fuser and scale_activation_fuser.
… scale_activation_fuser.
69947a6
to
3376fa7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR devices
Framework
PR types
Bug fixes
PR changes
PASS
Description
fix fusers related with swish op