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

Pass Max/Min for PushTransposeSolution #139

Merged
merged 2 commits into from
Jul 31, 2020

Conversation

jiafatom
Copy link
Contributor

@jiafatom jiafatom commented Jul 31, 2020

Converting a deep-speaker model here. There is a pattern Conv->Max->Min, so we need add Max/Min to _broadcast_flip_whitelist. For one case, when we PushTransposeSolution, it stops at a Reshape node and skip optimization. For this case, I relax the logic to allow "one input" case.

@jiafatom jiafatom requested a review from wenbingl July 31, 2020 19:29
@jiafatom jiafatom merged commit 3cd6bb3 into microsoft:master Jul 31, 2020
@jiafatom jiafatom deleted the push_transpose_reshape branch July 31, 2020 23:00
@jiafatom
Copy link
Contributor Author

jiafatom commented Aug 1, 2020

This PR has a bug and the fix is immediately the next PR: PR 140

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