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] Support Bidirectional RNNs #8337

Merged

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    56fd322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2447d35 View commit details
    Browse the repository at this point in the history
  3. fix var name

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    85fd46d View commit details
    Browse the repository at this point in the history
  4. more var names

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    bcfb4d0 View commit details
    Browse the repository at this point in the history
  5. add op split

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    d713392 View commit details
    Browse the repository at this point in the history
  6. keyword arg names

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c8f61a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26d1cd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    537727b View commit details
    Browse the repository at this point in the history
  9. last of the fixes

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    ac3bb92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7ba617 View commit details
    Browse the repository at this point in the history
  11. bidirectional tests

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    a3dd53d View commit details
    Browse the repository at this point in the history
  12. test forward results

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    91c6483 View commit details
    Browse the repository at this point in the history
  13. go backwards

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    1cdc2ae View commit details
    Browse the repository at this point in the history
  14. more fixes

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3382508 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ebc7078 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    023da4f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0d1b5f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3859700 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5f3b4be View commit details
    Browse the repository at this point in the history
  20. test forward complete

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3b2e486 View commit details
    Browse the repository at this point in the history
  21. add GRU outline

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    fba5ba9 View commit details
    Browse the repository at this point in the history
  22. revisiion2

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4adca4b View commit details
    Browse the repository at this point in the history
  23. why was tehre a not

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    bf02a27 View commit details
    Browse the repository at this point in the history
  24. gru tests

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    7954480 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d29011a View commit details
    Browse the repository at this point in the history
  26. add comment

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    855b54d View commit details
    Browse the repository at this point in the history
  27. ensure all args fp

    AndrewZhaoLuo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    804bc7b View commit details
    Browse the repository at this point in the history