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 rnn op interfaces #2775

Closed
wants to merge 64 commits into from
Closed

Commits on Jul 7, 2017

  1. add rnn op interfaces

    Superjomn committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    c418dac View commit details
    Browse the repository at this point in the history
  2. add Run

    Superjomn committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    6042795 View commit details
    Browse the repository at this point in the history
  3. rename state -> memory

    Superjomn committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    13d8ca9 View commit details
    Browse the repository at this point in the history
  4. change state -> memory

    Superjomn committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    a645ae6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. make compilable

    Superjomn committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    8640f96 View commit details
    Browse the repository at this point in the history
  2. add .cc

    Superjomn committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    d4cde51 View commit details
    Browse the repository at this point in the history
  3. init test

    Superjomn committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    6e99289 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63b5841 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    08f69f6 View commit details
    Browse the repository at this point in the history
  2. add op fake implementation

    Superjomn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    007ca1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2538b2f View commit details
    Browse the repository at this point in the history
  4. add TODO list

    luotao1 committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    5eb87f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dcb02e View commit details
    Browse the repository at this point in the history
  6. init memory attributes.

    qingqing01 committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    ca53f3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    671cc26 View commit details
    Browse the repository at this point in the history
  8. add LinkMemories

    Superjomn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    1e48cc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0cbcd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7916a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    089c448 View commit details
    Browse the repository at this point in the history
  12. add test

    Superjomn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    bffd11e View commit details
    Browse the repository at this point in the history
  13. disable mutable_data

    Superjomn committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c7947de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    94766b6 View commit details
    Browse the repository at this point in the history
  15. finist segmentInput function

    luotao1 committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    6dca711 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Configuration menu
    Copy the full SHA
    eabf1bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d210b0b View commit details
    Browse the repository at this point in the history
  3. RNNOp test.

    qingqing01 committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    6674fee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    778ebb4 View commit details
    Browse the repository at this point in the history
  5. update

    qingqing01 committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    c60ed35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8642b27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0938ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3921fbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    244fe51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    020c189 View commit details
    Browse the repository at this point in the history
  11. finish ConcatOutput function

    luotao1 committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    8e70b37 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Configuration menu
    Copy the full SHA
    4150fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1584414 View commit details
    Browse the repository at this point in the history
  3. reformat inputs and attributes

    boot_memories
    Superjomn committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    ce802c0 View commit details
    Browse the repository at this point in the history
  4. Refine unit test.

    qingqing01 committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    a883b4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b98cae4 View commit details
    Browse the repository at this point in the history
  6. Refine unit test.

    qingqing01 committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    a81be58 View commit details
    Browse the repository at this point in the history
  7. modify inlinks.

    qingqing01 committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    acde9b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    638384e View commit details
    Browse the repository at this point in the history
  9. add OpDesc to Net

    Superjomn committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    82464f5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbcc149 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c92ce74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c5d890 View commit details
    Browse the repository at this point in the history
  13. resolve conflict.

    qingqing01 committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    522445b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01f20be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    08003de View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a6483e8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7b1d123 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

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

Commits on Jul 14, 2017

  1. Configuration menu
    Copy the full SHA
    de319bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4a502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e64b5d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e700bf6 View commit details
    Browse the repository at this point in the history
  5. clean the codes

    luotao1 committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    f525390 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a27b02 View commit details
    Browse the repository at this point in the history
  7. refine LinkMemories

    luotao1 committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    aede869 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2017

  1. Configuration menu
    Copy the full SHA
    45682d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497c7ff View commit details
    Browse the repository at this point in the history
  3. add backward core

    Superjomn committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    fc5acee View commit details
    Browse the repository at this point in the history
  4. update for develop branch.

    qingqing01 committed Jul 15, 2017
    Configuration menu
    Copy the full SHA
    14dd843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c15641 View commit details
    Browse the repository at this point in the history