1. 17 11月, 2022 2 次提交
  2. 16 11月, 2022 1 次提交
  3. 14 11月, 2022 1 次提交
  4. 11 11月, 2022 1 次提交
  5. 10 11月, 2022 4 次提交
  6. 09 11月, 2022 3 次提交
  7. 08 11月, 2022 3 次提交
  8. 04 11月, 2022 1 次提交
    • C
      Add sin double grad operator. (#47543) · 297f5efe
      cyber-pioneer 提交于
      * add sin double grad operator
      
      * add sin double grad test example
      
      * move sindoublegradopmaker to backward.yaml
      
      * fix sindoublegrad code
      
      * simplify sindoublegrad functor
      297f5efe
  9. 03 11月, 2022 1 次提交
  10. 01 11月, 2022 3 次提交
  11. 31 10月, 2022 3 次提交
  12. 25 10月, 2022 1 次提交
  13. 24 10月, 2022 2 次提交
  14. 20 10月, 2022 1 次提交
  15. 19 10月, 2022 1 次提交
    • X
      [Dy2Static] Remove GradTransformer (#47063) · be3908a3
      xiongkun 提交于
      * [Dy2Static] Remove GradTransformer
      1. fix einsum infershape bugs.
      2. remove grad_transformer and unify paddle.grad and paddle.static.gradient.
      3. add dygraph_and_dy2static_only decorator for dy2static.
      
      * fix bugs
      
      * rename
      be3908a3
  16. 17 10月, 2022 1 次提交
  17. 14 10月, 2022 1 次提交
  18. 13 10月, 2022 3 次提交
  19. 10 10月, 2022 2 次提交
  20. 30 9月, 2022 1 次提交
    • S
      support pure bfloat16 for more ops (#46364) · b7b231a6
      sneaxiy 提交于
      * support pure bfloat16
      
      * support bf16 linear
      
      * update PR to pass CI
      
      * tiny fix where_grad_kernel.cu
      
      * add bfloat16 to selu_grad to pass CI
      
      * fix selu grad compilation error
      b7b231a6
  21. 28 9月, 2022 1 次提交
    • C
      Remove the declaration of using Tensor in framework/tensor.h (#46432) · e12a905e
      Chen Weihang 提交于
      * remove needless using tensor
      
      * remove needless using tensor
      
      * resolve conflict
      
      * replace tensor using
      
      * fix format error
      
      * revert needless changing
      
      * fix rocm and npu compile error
      
      * fix cinn compile error
      
      * fix format error
      
      * fix mkldnn format error
      
      * fix mkldnn format error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * fix cinn compile error
      
      * resolve conflict
      e12a905e
  22. 23 9月, 2022 1 次提交
  23. 20 9月, 2022 1 次提交
  24. 19 9月, 2022 1 次提交
    • Y
      [PHI]Move sum op to PHI (#45860) · 4b3f2af1
      YuanRisheng 提交于
      * move sum
      
      * fix ci bugs
      
      * fix ci bugs
      
      * fix set_lod bugs
      
      * fix infershape bugs
      
      * fix ci bugs
      
      * fix ci unittest bug
      
      * fix ci bugs
      
      * perfect code
      
      * update code according comment
      
      * add unittest
      
      * fix ci bugs
      4b3f2af1