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

Add backward implementation for LSTM operator. #5115

Merged
merged 11 commits into from
Nov 1, 2017

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    3d8b6eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bd735 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    cd38286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e02987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac3370a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcc0dad View commit details
    Browse the repository at this point in the history
  5. fix compiling warning.

    qingqing01 committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    bd680f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Use fixed activation in the lstm kernel, since there is some bug in t…

    …he activation function pointer. It will be fixed later.
    qingqing01 committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    b50c33f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

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

Commits on Oct 31, 2017

  1. Clean code and update doc.

    qingqing01 committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    6f658bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7061e01 View commit details
    Browse the repository at this point in the history