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

Handle multiple end.precedences for SwapOpSolution #143

Merged
merged 1 commit into from
Sep 2, 2020

Conversation

jiafatom
Copy link
Contributor

@jiafatom jiafatom commented Sep 2, 2020

Converting a ghostnet model, we see a pattern XXX->Reshape->Sigmoid->Mul, where Mul has 2 inputs. We want to swap Reshape and Sigmoid, but previous code make precedences of Mul to Reshape and Sigmoid. This change will fix that model conversion.

@jiafatom jiafatom requested a review from wenbingl September 2, 2020 05:37
@jiafatom jiafatom merged commit 3451bbf into microsoft:master Sep 2, 2020
@jiafatom jiafatom deleted the swap_end branch September 2, 2020 15:01
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.

2 participants