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] Move frontend utils #5345

Merged
merged 5 commits into from
Apr 25, 2020
Merged

[RELAY] Move frontend utils #5345

merged 5 commits into from
Apr 25, 2020

Commits on Apr 16, 2020

  1. [RELAY] Move frontend utils

    The util file currently under frontend is used from
    outside of frontend (in qnn/op/legalizations). This suggests
    that the file should be pushed up to a higher level.
    
    The benefit from this change is that importing qnn no longer
    also imports all the frontends.
    mbaret committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    6ecd6d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Inline get_scalar_from_constant

    Change-Id: I1cc64e9ecb0eadb6ac0f7b62e6ea174644af4ad4
    mbaret committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    08136db View commit details
    Browse the repository at this point in the history
  2. Remove util.py from Relay

    Change-Id: If9cd7cf3fc0bd1861a3a9b5604f338e084d8db96
    mbaret committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    7d89027 View commit details
    Browse the repository at this point in the history
  3. Shorten functions

    Change-Id: Ieb537d82e6ee52421ff05a90cd00a03679ffebf2
    mbaret committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    987cdbc View commit details
    Browse the repository at this point in the history
  4. Line length

    Change-Id: I1d216b7e73a060c4f118f5da50ce58b18eba907f
    mbaret committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ce604b0 View commit details
    Browse the repository at this point in the history