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

Add backward conversions from 18->17 for reduce ops #5606

Merged
merged 20 commits into from Sep 26, 2023

Commits on Sep 20, 2023

  1. reduceOps has missing backward conversions from 18->17

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4389372 View commit details
    Browse the repository at this point in the history
  2. 18->17

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4dfdc89 View commit details
    Browse the repository at this point in the history
  3. add reduce op downgrade tests

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f0cf5bd View commit details
    Browse the repository at this point in the history
  4. use automatic_conversion_test_base.py

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a9c0a13 View commit details
    Browse the repository at this point in the history
  5. lint

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    27fa956 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bb2f7ba View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. lt

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ab78087 View commit details
    Browse the repository at this point in the history
  2. only import modules

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c769503 View commit details
    Browse the repository at this point in the history
  3. module import

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    b21fb5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9aba8e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Update onnx/test/automatic_downgrade_test.py

    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    Signed-off-by: liqun Fu <liqun.fu@microsoft.com>
    liqunfu and justinchuby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    a951a6d View commit details
    Browse the repository at this point in the history
  2. Update onnx/test/automatic_downgrade_test.py

    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    Signed-off-by: liqun Fu <liqun.fu@microsoft.com>
    liqunfu and justinchuby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ce4e828 View commit details
    Browse the repository at this point in the history
  3. Update onnx/test/automatic_downgrade_test.py

    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    Signed-off-by: liqun Fu <liqun.fu@microsoft.com>
    liqunfu and justinchuby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0b8126d View commit details
    Browse the repository at this point in the history
  4. Update onnx/test/automatic_downgrade_test.py

    Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
    Signed-off-by: liqun Fu <liqun.fu@microsoft.com>
    liqunfu and justinchuby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b3f7fbc View commit details
    Browse the repository at this point in the history
  5. @

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    42004da View commit details
    Browse the repository at this point in the history
  6. doc

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0d3a1de View commit details
    Browse the repository at this point in the history
  7. Update onnx/test/automatic_conversion_test_base.py

    Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
    justinchuby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    614f394 View commit details
    Browse the repository at this point in the history
  8. add version_converter folder

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    385f538 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. update with reviewer's comments

    Signed-off-by: Liqun Fu <liqfu@microsoft.com>
    liqunfu committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c0d0e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    814b0cb View commit details
    Browse the repository at this point in the history