1. 21 1月, 2019 1 次提交
  2. 03 12月, 2018 1 次提交
  3. 29 11月, 2018 1 次提交
  4. 15 5月, 2018 1 次提交
  5. 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
  6. 21 4月, 2018 1 次提交
  7. 10 2月, 2018 2 次提交
  8. 09 2月, 2018 1 次提交
  9. 26 12月, 2017 1 次提交
  10. 21 12月, 2017 1 次提交
  11. 20 12月, 2017 1 次提交
  12. 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
  13. 27 10月, 2017 1 次提交
  14. 14 10月, 2017 2 次提交
  15. 13 10月, 2017 1 次提交
  16. 03 10月, 2017 2 次提交
  17. 01 10月, 2017 2 次提交