1. 17 8月, 2021 1 次提交
    • C
      Copy boost optional to Paddle (#34780) · 9be41447
      chentianyu03 提交于
      * copy boost optional.hpp to paddle
      
      * copy boost optional.hpp to paddle
      
      * move directions
      
      * del fluid/utils
      
      * modify .hpp to .h
      
      * move directions
      
      * modify to paddle::optional
      
      * add modification description
      
      * format code stype for the files in paddle/utils
      
      * format code stype
      9be41447
  2. 10 8月, 2021 1 次提交
    • C
      copy boost/any.hpp to utils and replace boost::any with self defined any (#34613) · 12892929
      chentianyu03 提交于
      * add any.hpp to utils and replace boost::any with self defined paddle::any
      
      * add copy any.hpp to custom op depends
      
      * modify any.hpp include path
      
      * remove boost from setup.py.in
      
      * add copy any.hpp to custom op depends
      
      * move any.hpp to paddle/utils/ dirs
      
      * move any.h to extension/include direction
      
      * copy utils to right directions
      12892929
  3. 03 7月, 2018 1 次提交
  4. 29 5月, 2018 1 次提交
  5. 24 5月, 2018 1 次提交
  6. 27 4月, 2018 1 次提交
  7. 16 4月, 2018 1 次提交
  8. 06 4月, 2018 1 次提交
  9. 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
  10. 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
  11. 04 1月, 2018 2 次提交
  12. 12 12月, 2017 1 次提交
  13. 06 11月, 2017 1 次提交
  14. 05 10月, 2017 2 次提交
    • Y
      Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU · 4558807c
      Yi Wang 提交于
      4558807c
    • Y
      Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` · 84500f94
      Yu Yang 提交于
      By shell command
      
      ```bash
      sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'`
      ```
      84500f94
  15. 07 9月, 2017 1 次提交
  16. 29 8月, 2017 1 次提交
  17. 17 8月, 2017 1 次提交
  18. 10 8月, 2017 1 次提交
  19. 08 8月, 2017 1 次提交
  20. 04 8月, 2017 1 次提交
  21. 27 7月, 2017 1 次提交
    • Y
      Fix bug in SequenceSoftmax · f4e57b4b
      Yu Yang 提交于
      Also remove operator bool in Error. The Error should be removed
      later because it is not necessary for Paddle. We are now using Enforce
      to handle error.
      f4e57b4b
  22. 15 7月, 2017 1 次提交
  23. 05 7月, 2017 1 次提交
  24. 04 7月, 2017 1 次提交
    • Y
      Remove buggy BarrierStat · 1ecddd81
      Yu Yang 提交于
      The implementation of BarrierStat is buggy, and it is not necessary
      for Paddle to diagnose which node in cluster is slow.
      1ecddd81
  25. 28 6月, 2017 3 次提交
  26. 26 6月, 2017 1 次提交
    • Y
      Adding platform/must_check.h · d76d2feb
      Yu Yang 提交于
      __must_check is a macro mark of function return value. It let developer
      must check the return value is legal or not.
      d76d2feb
  27. 20 6月, 2017 1 次提交
    • X
      Fix bugs for rnn generation · 3438d650
      xuwei06 提交于
      1. v2.layer.parse_network does not correctly handle the generation output.
      2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
      3. Fix CustomStackTrace for rnn group
      3438d650
  28. 27 5月, 2017 1 次提交
  29. 26 5月, 2017 1 次提交
  30. 12 5月, 2017 2 次提交
  31. 08 5月, 2017 2 次提交
  32. 04 5月, 2017 2 次提交
  33. 03 5月, 2017 1 次提交