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][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms #7807

Merged
merged 5 commits into from
May 4, 2021
Merged

[Relay][Pass] Update SimplifyTranspose to correctly simplify rank changing layout transforms #7807

merged 5 commits into from
May 4, 2021

Commits on May 3, 2021

  1. [Relay][Pass] Simplify consecutive transpose/layout_transform ops

    when layout transformation changes rank.
    csullivan committed May 3, 2021
    Configuration menu
    Copy the full SHA
    7790cd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d098f1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    336e4a3 View commit details
    Browse the repository at this point in the history
  4. Add tests comments.

    csullivan committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fff7311 View commit details
    Browse the repository at this point in the history
  5. Apply formatting.

    csullivan committed May 3, 2021
    Configuration menu
    Copy the full SHA
    667e07c View commit details
    Browse the repository at this point in the history