1. 21 12月, 2018 1 次提交
  2. 12 12月, 2018 1 次提交
  3. 26 11月, 2018 1 次提交
  4. 24 11月, 2018 1 次提交
  5. 02 11月, 2018 1 次提交
  6. 10 9月, 2018 1 次提交
  7. 25 8月, 2018 1 次提交
  8. 24 8月, 2018 2 次提交
  9. 17 7月, 2018 1 次提交
  10. 02 7月, 2018 1 次提交
  11. 30 6月, 2018 1 次提交
  12. 29 6月, 2018 1 次提交
  13. 28 6月, 2018 1 次提交
  14. 22 6月, 2018 1 次提交
  15. 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
  16. 11 4月, 2018 1 次提交
  17. 07 3月, 2018 1 次提交
  18. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  19. 12 2月, 2018 2 次提交
  20. 10 2月, 2018 2 次提交
  21. 31 1月, 2018 1 次提交
    • D
      Fix/lod (#7714) · ae7d1c1f
      dzhwinter 提交于
      * "Need to re-design LoD "
      
      * "add lod design"
      
      * "fix lod gpu ptr pointer"
      
      * "removed commented code"
      
      * "fix CI"
      
      * "remove set lod in pybind"
      
      * "fix style check"
      
      * "fix CI"
      
      * "fix long type template error"
      
      * "pybind reorder to use Place"
      
      * "fix ci"
      
      * "fix ci"
      
      * fix ci
      
      * "sperate as a new file"
      
      * "fix CI"
      
      * "fix ci"
      
      * small fix
      
      * "add test"
      
      * "fix adam op"
      
      * "fix lstmp op"
      
      * "fix adam op"
      
      * "follow comments"
      
      * "fix ci"
      ae7d1c1f
  22. 23 1月, 2018 1 次提交
    • Q
      Nmt model (#7340) · e7d44a20
      Qiao Longfei 提交于
      neural machine translation model support beam search with while op
      e7d44a20
  23. 18 1月, 2018 3 次提交
  24. 17 1月, 2018 1 次提交
  25. 12 1月, 2018 2 次提交
  26. 11 1月, 2018 1 次提交
  27. 10 1月, 2018 1 次提交
  28. 09 1月, 2018 2 次提交
  29. 05 1月, 2018 2 次提交
    • Y
      Refine parallel_do · 8496b2e4
      Yang Yu 提交于
      8496b2e4
    • Y
      send_recv variables (#7161) · e5fe8935
      Yancey 提交于
      * send_recv variable
      
      * delete unused logs
      
      * fix ci failed
      
      * update
      
      * resize tensor before tensor copy
      
      * add selectedrows unit test
      
      * check rows
      e5fe8935
  30. 03 1月, 2018 2 次提交
  31. 28 12月, 2017 1 次提交
    • Y
      Implement selectedrows serialize and deserialize (#7042) · 2cdef424
      Yancey 提交于
      * implement selectedrows serialize and deserialize
      
      * make serialize/deserialize as global function
      
      * recover send_imp.cc
      
      * delete unused brackets
      
      * fix compile error
      
      * serialize version in LodTensor and SelecetedRows
      
      * fix ci
      
      * fix ci
      2cdef424