1. 03 2月, 2021 1 次提交
  2. 25 12月, 2020 1 次提交
  3. 22 9月, 2020 1 次提交
    • P
      Use dygraph mode by default (#27443) · 827ac36f
      pangyoki 提交于
      * default open dygraph mode
      
      * fix CI-Mac
      
      * fix Mac-CI other unittest file
      
      * fix CI-Py3
      
      * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass
      
      * add enable_static to fix CI-Py3
      
      * add enable_static to fix CI-coverage
      
      * delete try except
      827ac36f
  4. 28 2月, 2020 1 次提交
  5. 19 9月, 2019 1 次提交
  6. 22 1月, 2019 1 次提交
  7. 21 1月, 2019 1 次提交
  8. 16 12月, 2018 1 次提交
    • X
      fix · 6445cf1e
      Xin Pan 提交于
      test=develop
      6445cf1e
  9. 13 12月, 2018 1 次提交
  10. 13 10月, 2018 1 次提交
  11. 12 10月, 2018 1 次提交
    • X
      Avoid GetMutable implicitly reset Var Type. · 22850661
      Xin Pan 提交于
      This can cause a lot of problem:
      1. Wrong operator implementation, Op can get a wrong type without failure.
      2. Anytype can be Get without defined in VarType.
      
      Also fix wrong STEP_SCOPE usage.
      
      test=develop
      22850661
  12. 18 9月, 2018 1 次提交
  13. 15 8月, 2018 1 次提交
  14. 26 7月, 2018 2 次提交
  15. 17 7月, 2018 1 次提交
  16. 10 7月, 2018 1 次提交
  17. 26 6月, 2018 1 次提交
  18. 20 6月, 2018 1 次提交
  19. 25 5月, 2018 1 次提交
  20. 24 5月, 2018 1 次提交
  21. 15 5月, 2018 1 次提交
  22. 02 5月, 2018 1 次提交
  23. 31 3月, 2018 1 次提交
    • H
      Make paddle.fluid no longer depends on paddle.v2 · bcf7c36b
      Helin Wang 提交于
      In this way we can build and test using WITH_FLUID_ONLY flag being set
      to ON.
      
      - move paddle.v2.dataset,reader to paddle.dataset,reader
      - remove unused code (which depends on v2) in paddle.dataset,reader
      bcf7c36b
  24. 27 2月, 2018 1 次提交
  25. 24 2月, 2018 3 次提交
  26. 12 2月, 2018 3 次提交
  27. 10 2月, 2018 1 次提交
  28. 08 2月, 2018 3 次提交
  29. 30 1月, 2018 3 次提交
  30. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  31. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377