1. 06 5月, 2019 1 次提交
  2. 10 4月, 2019 1 次提交
  3. 28 3月, 2019 1 次提交
  4. 27 3月, 2019 1 次提交
    • L
      Memory optimize (#16410) · 8d22bc17
      liuwei1031 提交于
      * fix cdn issue, test=develop
      
      * fix memory optimize bugs, test=develop
      
      * fix memory optimize bugs, test=develop
      
      * remove add/sub_2 op, test=develop
      
      * disable memory_optimize by default, test=develop
      
      * disable inplace activation in python, test=develop
      
      * fix unittests, test=develop
      
      * fix unittests, test=develop
      
      * bug-fix, test=develop
      8d22bc17
  5. 24 3月, 2019 1 次提交
  6. 19 3月, 2019 1 次提交
  7. 18 3月, 2019 2 次提交
  8. 15 3月, 2019 2 次提交
  9. 21 1月, 2019 1 次提交
  10. 03 12月, 2018 1 次提交
  11. 29 11月, 2018 1 次提交
  12. 15 5月, 2018 1 次提交
  13. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  14. 21 4月, 2018 1 次提交
  15. 10 2月, 2018 2 次提交
  16. 09 2月, 2018 1 次提交
  17. 26 12月, 2017 1 次提交
  18. 21 12月, 2017 1 次提交
  19. 20 12月, 2017 1 次提交
  20. 02 11月, 2017 1 次提交
    • Y
      Rewrite StaticRNN with Executor (#5224) · 0a32e74d
      Yu Yang 提交于
      * Init commit
      
      * Make executor use ProgramDescBind
      
      * Change Attribute from BlockDesc to BlockDescBind
      
      * Since we will get the program desc in RNN, just BlockDesc is not
        enough.
      
      * Add DeviceContext to Executor API
      
      * Rewrite RNN
      
      * Pass Python
      
      * AddBiasOp does not care num_flatten_dims
      
      * Stash
      
      * Fix MacOS Compile
      
      * Pass RNN forward
      
      * add python test
      
      * refactor test
      
      * Make compile pass
      
      * add gradopmaker
      
      * First draft done
      
      * Polish code
      
      * add grad op maker and grad infershape
      
      * Polish code
      
      * Fix backward.cc bug
      
      * Fix infershape
      
      * Rename function
      
      * add backward test
      
      * simplify recurrent test
      
      * Update
      
      * Pass unittest
      
      * Add comments & refine test
      
      * Add comments
      
      * refactor test
      
      * Complete Unittest
      
      * fix StepScopes enforce
      
      * Remove unused unittest
      
      * no type error
      
      * Update
      
      * Make RNN Pass unittest
      0a32e74d
  21. 27 10月, 2017 1 次提交
  22. 14 10月, 2017 2 次提交
  23. 13 10月, 2017 1 次提交
  24. 03 10月, 2017 2 次提交
  25. 01 10月, 2017 2 次提交