1. 01 2月, 2023 1 次提交
  2. 31 1月, 2023 4 次提交
  3. 20 1月, 2023 1 次提交
  4. 18 1月, 2023 1 次提交
  5. 12 1月, 2023 1 次提交
  6. 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
  7. 05 1月, 2023 3 次提交
  8. 04 1月, 2023 1 次提交
  9. 03 1月, 2023 1 次提交
  10. 20 12月, 2022 1 次提交
  11. 19 12月, 2022 1 次提交
  12. 07 12月, 2022 1 次提交
  13. 30 11月, 2022 1 次提交
  14. 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
  15. 17 11月, 2022 2 次提交
  16. 16 11月, 2022 1 次提交
  17. 08 11月, 2022 1 次提交
  18. 03 11月, 2022 1 次提交
  19. 01 11月, 2022 1 次提交
  20. 31 10月, 2022 3 次提交
  21. 25 10月, 2022 1 次提交
  22. 18 10月, 2022 1 次提交
  23. 13 10月, 2022 1 次提交
  24. 12 10月, 2022 1 次提交
  25. 19 9月, 2022 1 次提交
  26. 09 9月, 2022 2 次提交
  27. 07 9月, 2022 1 次提交
    • C
      [Phi] Migrate save kernel (#45665) · fc66fdb7
      Chen Weihang 提交于
      * add save kernel
      
      * add save_sr_kernel
      
      * remove original save_op
      
      * add save gpu kernel
      
      * remove combine kernel
      
      * add port.h include
      
      * add save selected rows test
      
      * remove useless kernel.h
      fc66fdb7
  28. 05 9月, 2022 1 次提交
  29. 31 8月, 2022 1 次提交
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d