-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Pass] Simplify consecutive casts in Relay #8081
Conversation
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. Thanks!
@icemelon9 can you rebase? I'm not sure if this hit a flakey test or if there's an issue with mobilenet. |
@AndrewZhaoLuo would be great if you can take over this PR. |
@icemelon do you still have interest in merging this PR? If not then I can try to take over. |
Ok I'm going to take over merging this PR, probably in a separate branch |
Closing in favor of #10133 |
This PR adds a new pattern in the SimplifyExpr in Relay that simplifies consecutive casts into one.
cc @mbrookhart