1. 29 1月, 2022 1 次提交
    • C
      [PTen] Tidy pten core headers (#39188) · dd990981
      Chen Weihang 提交于
      * open header for custom kernel
      
      * add core utils
      
      * tidy core code
      
      * tify header
      
      * tidy include
      
      * tidy namespace
      
      * resolve conflit
      
      * fix unittest and coverage
      
      * remove platform using
      
      * resolve conflict
      
      * resolve conflict
      
      * fix digamma namespace error
      
      * fix xpu full kernel error
      
      * fix xpu full kernel error
      
      * polish details
      
      * add place for lib storage
      dd990981
  2. 21 1月, 2022 1 次提交
  3. 18 9月, 2021 1 次提交
    • F
      Add new API "eigvals" in linalg (#35720) · d411a038
      From00 提交于
      * Add linalg.eigvals API
      
      * pre-commit check
      
      * Adjust code style
      
      * Fix conflict
      
      * Improve code style
      
      * Modify the test code to ignore testing CUDA kernel
      
      * Sort ouput data before checking in test code
      
      * Set timeout value for UT
      
      * Improve API example code to pass CI
      
      * Fix bug for None fetch_list in Windows
      
      * Delete grad Op
      d411a038
  4. 24 9月, 2020 1 次提交
    • W
      use iwyu clean include (#27267) · df43905f
      wanghuancoder 提交于
      * use iwyu clean include, test=develop, test=win
      
      * compilation error, test=develop
      
      * fix compilation error2, test=develop
      
      * fix compilation error3, test=develop
      
      * fix compilation error4, test=develop
      
      * fix compilation error5, test=develop
      
      * fix compilation error6, test=develop
      
      * fix compilation error7, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error8, test=develop
      
      * fix compilation error10, test=develop
      
      * fix compilation error11, test=develop
      df43905f
  5. 24 7月, 2020 1 次提交
  6. 24 4月, 2020 1 次提交
  7. 12 4月, 2020 1 次提交
  8. 11 9月, 2019 1 次提交
  9. 04 9月, 2019 1 次提交
  10. 10 7月, 2019 1 次提交
  11. 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
  12. 27 12月, 2018 1 次提交
  13. 26 12月, 2018 1 次提交
  14. 25 12月, 2018 1 次提交
  15. 24 12月, 2018 1 次提交
  16. 21 12月, 2018 1 次提交
  17. 20 12月, 2018 2 次提交
  18. 19 12月, 2018 1 次提交
  19. 18 12月, 2018 1 次提交
  20. 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
  21. 12 2月, 2018 1 次提交
  22. 10 2月, 2018 2 次提交
  23. 08 2月, 2018 1 次提交
  24. 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
  25. 27 10月, 2017 1 次提交
  26. 21 9月, 2017 1 次提交
  27. 08 9月, 2017 1 次提交
  28. 07 9月, 2017 2 次提交
  29. 06 9月, 2017 3 次提交
  30. 05 9月, 2017 1 次提交
    • F
      WIP · e76fa85c
      fengjiayi 提交于
      e76fa85c
  31. 14 8月, 2017 1 次提交
  32. 10 8月, 2017 2 次提交
  33. 08 8月, 2017 1 次提交