1. 11 10月, 2018 1 次提交
  2. 10 10月, 2018 1 次提交
  3. 29 9月, 2018 1 次提交
  4. 25 9月, 2018 4 次提交
  5. 20 9月, 2018 1 次提交
    • C
      Feature/op_fuse_pass (#12440) · d402234b
      chengduo 提交于
      * Add Preface
      
      * Add demo code
      
      * Save file
      
      * Refine code
      
      * seems can work
      
      * use elementwise strategy
      
      * Use ElementwiseComputeEx
      
      * Add comments
      
      * extract functions from operator
      
      * Refine code
      
      * Follow comment
      
      * code refine
      
      * add op_fuse  pass
      
      * add backward
      
      * code refine
      
      * use TopologySortOperations
      
      * follow comments
      
      * refine IsFusible
      
      * code enhance
      
      * fix op_fusion_pass
      
      * refine code
      
      * refine fuse_elemwise_act_op
      
      * adjust the input and output
      
      * refine logic
      
      * add intermediate_edge
      
      * disable inplace
      
      * follow comments
      
      * refine logic
      
      * follow comments
      
      * Remove the removable IntermediateOut
      
      * change strategy
      
      * code refine
      
      * enable fuse backward
      
      * code refine
      
      * code refine
      
      * rename unit test
      
      * follow comments
      d402234b
  6. 18 9月, 2018 1 次提交
  7. 12 9月, 2018 1 次提交
  8. 10 9月, 2018 3 次提交
  9. 27 8月, 2018 1 次提交
  10. 17 8月, 2018 1 次提交
  11. 15 8月, 2018 1 次提交
  12. 14 8月, 2018 2 次提交
  13. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
  14. 26 7月, 2018 1 次提交
  15. 19 7月, 2018 1 次提交
  16. 18 7月, 2018 1 次提交
  17. 17 7月, 2018 1 次提交
  18. 12 7月, 2018 4 次提交
  19. 11 7月, 2018 1 次提交
  20. 08 7月, 2018 1 次提交
  21. 05 7月, 2018 1 次提交
  22. 02 7月, 2018 2 次提交
  23. 01 7月, 2018 1 次提交
  24. 26 6月, 2018 1 次提交
  25. 25 6月, 2018 2 次提交
  26. 21 6月, 2018 2 次提交
  27. 20 6月, 2018 1 次提交
  28. 15 6月, 2018 1 次提交
    • K
      Modify Pybind LoDTensor API according to length-based LoD (#11106) · 417fcf4f
      Kexin Zhao 提交于
      * add lod_tensor util and modify pybind
      
      * refind pybind LoDTensor API and modify LoDTensor and DataFeeder test
      
      * fix test error
      
      * fix detection map op test
      
      * fix reorder_lod_tensor test
      
      * fix seq_concat_op
      
      * fix chunk evel op test
      
      * fix target assign op
      
      * fix warp ctc op
      
      * address comments step 1: reverse reset_lod op
      
      * step 2: modify op test
      
      * add warning message
      
      * remove has_valid_lod
      
      * add back has_valid_lod
      
      * address comments
      
      * add exception catching trial
      417fcf4f