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

[REFACTOR][PY][API-CHANGE] establish tvm.ir, migrate corresponding files #4862

Merged
merged 10 commits into from
Feb 12, 2020

Commits on Feb 11, 2020

  1. [REFACTOR][PY][API-CHANGE] establish tvm.ir, migrate corresponding re…

    …lay files.
    
    This PR establishes tvm.ir and migrates the corresponding relay
    files into the new folder.
    
    API Change:
    - relay.Module -> tvm.IRModule
    tqchen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    f08574e View commit details
    Browse the repository at this point in the history
  2. Update with ADT

    tqchen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ca64307 View commit details
    Browse the repository at this point in the history
  3. Migrate transform

    tqchen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    10cbe65 View commit details
    Browse the repository at this point in the history
  4. address comments

    tqchen committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    2cf047e View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Migrate module

    tqchen committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    131867b View commit details
    Browse the repository at this point in the history
  2. Migrate json_compact

    tqchen committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    0457b40 View commit details
    Browse the repository at this point in the history
  3. Migrate attrs

    tqchen committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    de37f13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b72dbf View commit details
    Browse the repository at this point in the history
  5. temp migrate container

    tqchen committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    7746404 View commit details
    Browse the repository at this point in the history
  6. Finish migrate container

    tqchen committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    13255c0 View commit details
    Browse the repository at this point in the history