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

[Frontend] Unified LSTM cell #8599

Merged
merged 21 commits into from
Aug 6, 2021
Merged

[Frontend] Unified LSTM cell #8599

merged 21 commits into from
Aug 6, 2021

Commits on Aug 2, 2021

  1. fuse dence sum

    vvchernov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    df1b994 View commit details
    Browse the repository at this point in the history
  2. remove excess copying

    vvchernov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    2a016d9 View commit details
    Browse the repository at this point in the history
  3. dev LSTM in ONNX

    vvchernov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d3bf383 View commit details
    Browse the repository at this point in the history
  4. alternative implementation of LSTM in onnx frontend. It is quicker th…

    …an current one without tuning
    vvchernov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f737155 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79bef55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e113728 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2860ce View commit details
    Browse the repository at this point in the history
  8. lint fixes

    vvchernov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    8db8acf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e99c90 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5d31d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c5044b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6877742 View commit details
    Browse the repository at this point in the history
  13. empty. tvm-ci test

    vvchernov committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    845ebcf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    d3afbc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f819333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fc6505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e103b20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3df533 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. minor fix of comments

    vvchernov committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4ce5982 View commit details
    Browse the repository at this point in the history
  2. empty. tvm-ci test restart

    vvchernov committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    47e1bb2 View commit details
    Browse the repository at this point in the history
  3. empty. tvm-ci test restart

    vvchernov committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3ed4836 View commit details
    Browse the repository at this point in the history