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

[Feature] Add ONNX export support to torch.roll #1194

Merged
merged 5 commits into from
Jul 20, 2021

Commits on Jul 12, 2021

  1. add torch.roll to onnx

    grimoire committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    abf932b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. remove skip test

    grimoire committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    f810556 View commit details
    Browse the repository at this point in the history
  2. add support to torch<170

    grimoire committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    d4d778d View commit details
    Browse the repository at this point in the history
  3. add dim=0 for torch==1.9.0

    grimoire committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    6a791e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Configuration menu
    Copy the full SHA
    8974a71 View commit details
    Browse the repository at this point in the history