1. 24 7月, 2020 1 次提交
  2. 24 4月, 2020 1 次提交
  3. 12 4月, 2020 1 次提交
  4. 11 9月, 2019 1 次提交
  5. 04 9月, 2019 1 次提交
  6. 10 7月, 2019 1 次提交
  7. 08 5月, 2019 1 次提交
    • H
      Fix concat shape check (#17247) · c3195de5
      Hongyu Liu 提交于
      * fix shape_check; test=develop
      
      * fix format; test=develop
      
      * fix format; test=develop
      
      * fix ddim bug; test=develop
      
      * fix c++ format; test=develop
      
      * change function name; test=develop
      c3195de5
  8. 27 12月, 2018 1 次提交
  9. 26 12月, 2018 1 次提交
  10. 25 12月, 2018 1 次提交
  11. 24 12月, 2018 1 次提交
  12. 21 12月, 2018 1 次提交
  13. 20 12月, 2018 2 次提交
  14. 19 12月, 2018 1 次提交
  15. 18 12月, 2018 1 次提交
  16. 28 2月, 2018 1 次提交
    • X
      Adding Dim<0> · 7d56c6d0
      xuwei06 提交于
      Dim<0> is for scalar (rank-0 tensor). Adding Dim<0> can simplify
      a lot of code.
      7d56c6d0
  17. 12 2月, 2018 1 次提交
  18. 10 2月, 2018 2 次提交
  19. 08 2月, 2018 1 次提交
  20. 08 11月, 2017 2 次提交
    • Y
      Feature/rnn to array to lod tensor (#5411) · f72729d4
      Yu Yang 提交于
      * Add LoDRankTable
      
      LoD Rank Table stores the `level` of `lod` which is ordered by sequence
      length in descending order. It is useful when implement dynamic RNN and
      is shared by dynamic RNN memory, dynamic RNN slice input and dynamic
      RNN slice output operators.
      
      * Add skeleton for array_to_lod_tensor and lod_tensor_to_array
      
      * Add VarType::LoDTensorArray
      
      * Add PyBind of LoDTensorArray
      
      * Add InferVarType
      
      * Add first unittest
      
      * Add ut
      
      * Add unittest
      
      * Add unittest
      
      * Add unittests
      
      * update
      
      * init
      
      * add infershape for lod_tensor_to_array_op
      
      * compelete array_to_lod_tensor_op
      
      * copy data
      
      * clean code
      
      * clean code
      
      * Fix unittest data
      
      * fix bugs
      
      * fix compile error
      
      * Refine TensorToArrayOp
      
      * refactor array_to_lod_tensor
      
      * Unittest
      
      * fix bugs
      
      * Fix unittest
      
      * Fix unittest
      
      * debug
      
      * Debug
      
      * Fix unittest
      
      * clean code
      
      * refactor
      
      * use ostream
      
      * update test
      
      * fix gpu build error
      
      * make gpu test pass
      f72729d4
    • Y
      Rewrite fill_constant op · 5ee62383
      Yu Yang 提交于
      5ee62383
  21. 27 10月, 2017 1 次提交
  22. 21 9月, 2017 1 次提交
  23. 08 9月, 2017 1 次提交
  24. 07 9月, 2017 2 次提交
  25. 06 9月, 2017 3 次提交
  26. 05 9月, 2017 1 次提交
    • F
      WIP · e76fa85c
      fengjiayi 提交于
      e76fa85c
  27. 14 8月, 2017 1 次提交
  28. 10 8月, 2017 2 次提交
  29. 08 8月, 2017 1 次提交
  30. 04 8月, 2017 1 次提交
  31. 19 7月, 2017 1 次提交
  32. 18 7月, 2017 1 次提交
    • Y
      Fix Merge Bugs · e00aae53
      Yu Yang 提交于
      * There is a merge conflict when merge PR #2914
      * Develop and PR #2914 both add `DDim::size` method, but did not
        triger git merge conflict while merge.
      e00aae53
  33. 17 7月, 2017 1 次提交