1. 20 1月, 2023 1 次提交
  2. 18 1月, 2023 1 次提交
  3. 17 1月, 2023 1 次提交
  4. 16 1月, 2023 1 次提交
  5. 12 1月, 2023 2 次提交
    • S
      lerp support 0 Tensor (#49667) · 8cd0d5b3
      sunli 提交于
      * lerp support 0 Tensor
      
      * fix lerp grad
      
      * fix lerp zero test
      
      * fix 0D + ND/ND + 0D
      
      * fix check
      
      * update code
      
      * fix lerp infer shape
      
      * static backward test
      
      * updata static graph test
      8cd0d5b3
    • X
      fix_split (#49743) · 3fb4a08c
      xiaoxiaohehe001 提交于
      3fb4a08c
  6. 10 1月, 2023 1 次提交
  7. 09 1月, 2023 1 次提交
  8. 06 1月, 2023 3 次提交
    • J
      [zero-dim] Support 0-d for kthvalue and mode (#49340) · 292738f3
      JYChen 提交于
      * add 0-d support for paddle.kthvalue
      
      * add 0-d support for paddle.mode
      
      * fix coverage test for device
      
      * fix check-bug in windows
      
      * change axis check from LT to LE
      
      * add shape & value check for grad when input is 0d tensor
      292738f3
    • S
      【Zero-Dim】Support Zero dim for embedding and one-hot (#49562) · 370b50f6
      seemingwang 提交于
      * zero-tensor
      
      * remove unused
      
      * zero_dim_xpu
      
      * relocate
      
      * add value test
      
      * fix syntax
      370b50f6
    • J
      【Zero-Dim】Flatten support 0d tensor (#49361) · 0093aaa6
      jiangcheng 提交于
      * flatten op support 0D-tensor
      
      * add test in zero dim py
      
      * fix shape should be list
      
      * short code for ci-coverage
      
      * add backward test
      
      * simple code for ci coverage
      
      * add axis check
      
      * add 0D-tensor test in test_flatten_contiguous_range_op.py
      
      * add axis error test for Coverage CI
      
      * add more test for CI-Coverage
      
      * add more test for CI-Coverage
      0093aaa6
  9. 05 1月, 2023 3 次提交
  10. 04 1月, 2023 2 次提交
  11. 03 1月, 2023 1 次提交
  12. 28 12月, 2022 1 次提交
  13. 26 12月, 2022 1 次提交
  14. 23 12月, 2022 1 次提交
  15. 22 12月, 2022 1 次提交
  16. 20 12月, 2022 1 次提交
  17. 19 12月, 2022 1 次提交
  18. 16 12月, 2022 1 次提交
  19. 09 12月, 2022 1 次提交
  20. 07 12月, 2022 1 次提交
  21. 05 12月, 2022 1 次提交
  22. 03 12月, 2022 1 次提交
  23. 30 11月, 2022 1 次提交
  24. 24 11月, 2022 1 次提交
    • H
      [PHI decoupling] simplify "convert_utils.h" in fluid (#48168) · de4310e6
      huangjiyi 提交于
      * rm dependence to "convert_utils.h" in some files
      
      * fix bugs
      
      * replace DataType2String with DataTypeToString
      
      * replace framework::DataTypeSize with phi::SizeOf
      
      * mv convert_function from fluid to phi and rm old map
      
      * recommit with pre-commit
      
      * repalce ProtoVarType with ProtoDataType and update comment.
      
      * fix error about include "dnnl.hpp"
      
      * revert add dep mkldnn to convert_utils in phi
      
      * add mkldnn deps in convert_utils.h in phi
      
      * move deps to convert_utils.h in phi
      de4310e6
  25. 17 11月, 2022 2 次提交
  26. 16 11月, 2022 1 次提交
  27. 15 11月, 2022 1 次提交
  28. 14 11月, 2022 1 次提交
  29. 11 11月, 2022 1 次提交
  30. 10 11月, 2022 1 次提交
  31. 08 11月, 2022 1 次提交
  32. 03 11月, 2022 2 次提交