1. 02 2月, 2019 1 次提交
  2. 21 1月, 2019 1 次提交
  3. 18 1月, 2019 1 次提交
  4. 18 12月, 2018 2 次提交
  5. 06 11月, 2018 2 次提交
    • P
      fix python package issue · a37918c3
      peizhilin 提交于
      a37918c3
    • P
      gpu support, fix build issue: · 1f12ba61
      peizhilin 提交于
      1. Non utf-8 characters within comments of OPs may lead to protobuf fail to parse_from_string
      2. comment out some ops which not supported on windows
      3. cuda libs may not be correctly linked to target on windows
      1f12ba61
  6. 05 11月, 2018 2 次提交
  7. 09 10月, 2018 1 次提交
  8. 13 9月, 2018 1 次提交
  9. 16 8月, 2018 1 次提交
  10. 11 7月, 2018 1 次提交
  11. 10 7月, 2018 1 次提交
  12. 03 7月, 2018 1 次提交
  13. 19 4月, 2018 1 次提交
  14. 14 4月, 2018 1 次提交
  15. 06 4月, 2018 1 次提交
  16. 03 4月, 2018 1 次提交
  17. 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
  18. 30 3月, 2018 1 次提交
  19. 14 3月, 2018 1 次提交
  20. 01 3月, 2018 1 次提交
  21. 24 2月, 2018 1 次提交
  22. 06 1月, 2018 1 次提交
  23. 08 12月, 2017 2 次提交
  24. 14 11月, 2017 1 次提交
  25. 06 11月, 2017 1 次提交
  26. 15 8月, 2017 1 次提交
  27. 13 8月, 2017 1 次提交
  28. 10 8月, 2017 3 次提交
  29. 09 8月, 2017 1 次提交
  30. 07 8月, 2017 1 次提交
  31. 11 7月, 2017 1 次提交
    • Y
      Expose paddle.framework by pybind11 (#2793) · 27b196ba
      Yu Yang 提交于
      * Expose paddle.framework by pybind11
      
      * Export paddle.framework.{Scope, Variable} to paddle.v2.framework.core.
      * See python/paddle/v2/framework/tests/test_scope.py for Python usage
      * See paddle/pybind/pybind.cc for C++ bind code.
      
      * add copyright
      27b196ba
  32. 07 7月, 2017 1 次提交
  33. 06 7月, 2017 2 次提交