1. 12 7月, 2021 1 次提交
  2. 08 7月, 2021 2 次提交
  3. 21 6月, 2021 2 次提交
  4. 15 6月, 2021 1 次提交
  5. 11 6月, 2021 1 次提交
  6. 10 6月, 2021 1 次提交
  7. 09 6月, 2021 2 次提交
  8. 03 6月, 2021 1 次提交
  9. 17 5月, 2021 1 次提交
  10. 13 5月, 2021 2 次提交
  11. 06 5月, 2021 1 次提交
  12. 03 5月, 2021 1 次提交
  13. 28 4月, 2021 1 次提交
  14. 23 4月, 2021 1 次提交
  15. 15 4月, 2021 1 次提交
  16. 07 4月, 2021 1 次提交
  17. 31 3月, 2021 1 次提交
  18. 26 3月, 2021 1 次提交
  19. 22 3月, 2021 1 次提交
  20. 10 3月, 2021 1 次提交
  21. 18 1月, 2021 1 次提交
  22. 17 1月, 2021 1 次提交
  23. 12 1月, 2021 1 次提交
  24. 04 1月, 2021 1 次提交
  25. 28 12月, 2020 1 次提交
  26. 25 12月, 2020 1 次提交
  27. 09 12月, 2020 1 次提交
  28. 01 12月, 2020 1 次提交
  29. 27 11月, 2020 1 次提交
    • S
      Support dynamic graph distributed (#28997) · e2d01eb6
      ShenLiang 提交于
      * add reducer
      
      * refine envent for memorycopy
      
      * add concat&split for allreduce
      
      * apply concat & split for fuse tensor
      
      * fix nccl dep
      
      * fix the untest, compile problem and ddp initialize problem
      
      * fix untest for mac & add some comments & solve the repeated param in sublayers
      
      * fix untest for windows & fix document
      e2d01eb6
  30. 24 11月, 2020 1 次提交
    • L
      Upgrade string literals to raw string (#28989) · 3815d7aa
      Leo Chen 提交于
      * upgrade comment string to raw string
      
      * fix string in
      
      * fix string with ' '
      
      * revert update on comments
      
      * upgrade only necessary
      
      * fix sample code checker
      
      * fix comments with '''
      3815d7aa
  31. 23 11月, 2020 1 次提交
  32. 13 10月, 2020 1 次提交
  33. 12 10月, 2020 1 次提交
  34. 30 9月, 2020 1 次提交
  35. 29 9月, 2020 1 次提交
  36. 23 9月, 2020 1 次提交
    • C
      Add new paddle.save/load APIs (#27331) · bb84f0e6
      Chen Weihang 提交于
      * init commit of new save/load
      
      * fix failed unittests
      
      * fix save_load_v2 unittest failed
      
      * fix failed unittest & polish doc
      
      * add tests for coverage
      
      * add more tests & move static apis
      
      * fix example code error
      
      * polish emample code
      
      * fix detail example code problem
      bb84f0e6