1. 11 6月, 2018 1 次提交
  2. 06 6月, 2018 1 次提交
    • Y
      SSA Graph Builder Factory · d9af1532
      yuyang18 提交于
      * Use Builder Chain to decorate new builders. It is easy to extend
        builders.
      * Make graphviz path as a build strategy, not a FLAGS.
      d9af1532
  3. 01 6月, 2018 1 次提交
  4. 30 5月, 2018 1 次提交
  5. 28 5月, 2018 1 次提交
  6. 14 5月, 2018 2 次提交
  7. 11 5月, 2018 1 次提交
  8. 04 5月, 2018 1 次提交
  9. 02 5月, 2018 2 次提交
  10. 26 4月, 2018 1 次提交
  11. 23 4月, 2018 1 次提交
  12. 19 4月, 2018 1 次提交
  13. 17 4月, 2018 3 次提交
  14. 16 4月, 2018 1 次提交
  15. 12 4月, 2018 2 次提交
  16. 11 4月, 2018 1 次提交
  17. 10 4月, 2018 1 次提交
  18. 09 4月, 2018 1 次提交
  19. 07 4月, 2018 3 次提交
  20. 04 4月, 2018 2 次提交
  21. 03 4月, 2018 1 次提交
  22. 24 3月, 2018 1 次提交
  23. 20 3月, 2018 1 次提交
  24. 19 3月, 2018 1 次提交
  25. 15 3月, 2018 1 次提交
    • K
      Add fp16 mul op support and bind paddle fp16 to numpy fp16 (#9017) · e26f1123
      Kexin Zhao 提交于
      * add fp16 mul op support
      
      * small fix
      
      * fix bug
      
      * small fix
      
      * fix PADDLE_WITH_CUDA compiling issue
      
      * reorg code
      
      * test for pybind
      
      * treate as float16 as uint16_t in pybind
      
      * bind np.float16 to paddle float16
      
      * small fix
      
      * clean code
      
      * remove redundancy
      
      * fix mul_op test
      
      * address comments
      
      * small fix
      
      * add is_float16_supported func
      e26f1123
  26. 14 3月, 2018 1 次提交
  27. 12 3月, 2018 1 次提交
  28. 07 3月, 2018 1 次提交
  29. 26 2月, 2018 1 次提交
  30. 24 2月, 2018 1 次提交
  31. 23 2月, 2018 1 次提交
    • K
      Exposing Channel to be used as a Variable and integrating with Fluid (#8486) · 77ee8fb2
      kavyasrinet 提交于
      * Adding set_capacity method support
      
      * Adding Python for make_channel
      
      * Updating notest_concurrency
      
      * Write python for make_channel method
      
      * Write python for make_channel method
      
      * Fix make_channel and test
      
      * Placeholder ops for channel send, recv and close
      
      * Adding ToTypeIndex method to var_type.h
      
      * Add var_type.h to channel:
      
      * Added POD_Type to the method
      
      * Add CHANNEL to executor
      
      * Updated get and set DataType to accomodate Channels
      
      * Updating get and set to incorporate channels
      
      * Adding CHANNEL as supported VarType in protobuf
      
      * Removing unecessary import
      
      * Fixing VarDesc to adapt to Channel as VarType
      
      * Add channel.h to executor
      
      * Remove innclude from channel
      
      * Updated var_type to support Channel as  var type
      
      * Adding get_channel to pybind
      
      * Added ChannelHolder
      
      * Adding make_channel as an op
      
      * Adding ChannelHolder in channel
      
      * Fixing typo
      
      * Commenting out operators in concurrency
      
      * Removing totypeid right now since we don't need it.
      
      * Reverting python changes
      
      * Fixing typo in framework.py
      
      * Modify comments for ReaderHolder
      77ee8fb2
  32. 12 2月, 2018 1 次提交