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

[ONNX] Make the ONNX Importer More Static #7429

Merged
merged 6 commits into from
Feb 13, 2021

Commits on Feb 12, 2021

  1. Construct static Ops if inputs are Constant

    mbrookhart committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6071d66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73d63a View commit details
    Browse the repository at this point in the history
  3. refactor onnx importer to do more static imports by constant folding

    fix pylint
    mbrookhart committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    28e2381 View commit details
    Browse the repository at this point in the history
  4. fix test regressions

    mbrookhart committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    feddd6a View commit details
    Browse the repository at this point in the history
  5. fix style, two bugs

    mbrookhart committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9c2c5a6 View commit details
    Browse the repository at this point in the history
  6. pipe freeze_params through sub_graphs when importing loops and contro…

    …l flow
    mbrookhart committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    9c7ef77 View commit details
    Browse the repository at this point in the history