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] [Relay] Dynamic squeeze #9095

Merged
merged 11 commits into from
Sep 28, 2021
Merged

Commits on Sep 23, 2021

  1. adding dynamic squeeze first steps

    CircleSpin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3cfe127 View commit details
    Browse the repository at this point in the history
  2. Matt B. implementing shape

    CircleSpin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    dcba2fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9377ece View commit details
    Browse the repository at this point in the history
  4. add Squeeze op convert to onnx.py

    CircleSpin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    4a234da View commit details
    Browse the repository at this point in the history
  5. dynamic to static

    CircleSpin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    7197c50 View commit details
    Browse the repository at this point in the history
  6. removed comments

    CircleSpin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    ee48312 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. removed comments

    CircleSpin committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    1504782 View commit details
    Browse the repository at this point in the history
  2. added comment

    CircleSpin committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    ef47969 View commit details
    Browse the repository at this point in the history
  3. adjusted comment

    CircleSpin committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    46a5f57 View commit details
    Browse the repository at this point in the history
  4. black and lint

    CircleSpin committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    95996d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. ran make format in root directory

    CircleSpin committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e20f8a8 View commit details
    Browse the repository at this point in the history