Skip to content
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

[Relay] Enhancement for fold_scale_axis and simplify_expr #13275

Merged
merged 1 commit into from
Nov 3, 2022
Merged

[Relay] Enhancement for fold_scale_axis and simplify_expr #13275

merged 1 commit into from
Nov 3, 2022

Conversation

leiwen83
Copy link
Contributor

@leiwen83 leiwen83 commented Nov 3, 2022

  • add(%1, %1) convert to multiply(%1, 2f)

  • enhance fold_scale_axis to fold multiply(%1, 2f) into conv

Signed-off-by: Lei Wen wenlei03@qiyi.com

@tvm-bot
Copy link
Collaborator

tvm-bot commented Nov 3, 2022

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to tag found in teams: relay See #10317 for details
  • Built docs for commit 789f104 can be found here.

Generated by tvm-bot

* add(%1, %1) convert to multiply(%1, 2f)

* enhance fold_scale_axis to fold multiply(%1, 2f) into conv

Signed-off-by: Lei Wen <wenlei03@qiyi.com>
Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@junrushao junrushao merged commit b1a099b into apache:main Nov 3, 2022
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 10, 2022
add(%1, %1) convert to multiply(%1, 2f); enhance fold_scale_axis to fold multiply(%1, 2f) into conv

Signed-off-by: Lei Wen <wenlei03@qiyi.com>
Co-authored-by: Lei Wen <wenlei03@qiyi.com>
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
add(%1, %1) convert to multiply(%1, 2f); enhance fold_scale_axis to fold multiply(%1, 2f) into conv

Signed-off-by: Lei Wen <wenlei03@qiyi.com>
Co-authored-by: Lei Wen <wenlei03@qiyi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants