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] Initialize Unified IR Type Data Structures #4616

Merged
merged 1 commit into from
Jan 4, 2020

Commits on Jan 4, 2020

  1. [REFACTOR] Unified IR base types.

    This PR moves a few base types from relay to the ir sub-folder.
    These types will serve as a common type system across the stack.
    
    Notably, we want to be able to use the same FuncType for all function signatures.
    I tried to make a minimum move to bring the necessary dependencies for a FuncType.
    We can discuss what additional things we want to move as a follow-up.
    
    Notably, because the TensorType will have a dependency on low-level Expr,
    we will need to break the type.h into two files and introduce a
    tensor_type.h(or leave them in relay for now).
    tqchen committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    22ee28f View commit details
    Browse the repository at this point in the history