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

[Relay][Frontend][Onnx] Add RNN operation for ONNX frontend #12213

Merged
merged 6 commits into from
Aug 4, 2022

Commits on Jul 28, 2022

  1. Add RNN operation for ONNX frontend.

    张亦驰 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d67ff5d View commit details
    Browse the repository at this point in the history
  2. link checks

    张亦驰 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    ea38d39 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. rm test_rnn_batchwise in unsupported_onnx_tests

    张亦驰 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c381641 View commit details
    Browse the repository at this point in the history
  2. merge similar codes to class methods

    张亦驰 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    8f334c1 View commit details
    Browse the repository at this point in the history
  3. implement opset 14 and refactor test_forward

    张亦驰 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    6d82810 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. reformat verify_rnn_helper

    张亦驰 committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    396e7dc View commit details
    Browse the repository at this point in the history