1. 14 7月, 2022 1 次提交
  2. 13 7月, 2022 3 次提交
  3. 12 7月, 2022 2 次提交
  4. 09 7月, 2022 1 次提交
  5. 07 7月, 2022 1 次提交
    • J
      Fix higher order deriv with inplace (#44020) · a7c98ddb
      Jiabin Yang 提交于
      * fix deriv with inplace
      
      * fix double grad bugs
      
      * remove additional file
      
      * fix compat dygraph mode
      
      * fix yaml remove additional yaml
      
      * fix slice double grad error and auto code gen logic error for higher order differentiate
      
      * fix fix_higher_order_deriv
      
      * remove additional include
      
      * fix fix_higher_order_deriv
      a7c98ddb
  6. 06 7月, 2022 2 次提交
  7. 05 7月, 2022 1 次提交
  8. 04 7月, 2022 1 次提交
  9. 01 7月, 2022 1 次提交
  10. 29 6月, 2022 3 次提交
  11. 28 6月, 2022 1 次提交
  12. 27 6月, 2022 1 次提交
  13. 24 6月, 2022 4 次提交
  14. 23 6月, 2022 1 次提交
  15. 15 6月, 2022 1 次提交
  16. 10 6月, 2022 1 次提交
  17. 08 6月, 2022 1 次提交
  18. 05 6月, 2022 1 次提交
  19. 04 6月, 2022 1 次提交
  20. 01 6月, 2022 1 次提交
    • C
      [Yaml]add conv3d, depthwise_conv2d yaml (#42807) · 5f2c251c
      chentianyu03 提交于
      * add conv3d yaml
      
      * add conv3d_grad, conv3d_double_grad
      
      * add final_state_conv3d test case
      
      * add conv3d double test case
      
      * add depthwise_conv2d grad yaml
      
      * add depthwise_conv2d double grad test case
      
      * modify the order of args
      
      * add depthwise_conv2d_grad_grad config
      5f2c251c
  21. 31 5月, 2022 1 次提交
    • Z
      add embedding yaml (#43029) · 2785f876
      zyfncg 提交于
      * add embedding yaml
      
      * fix infermeta bug
      
      * fix bug of selected_rows infer_meta
      
      * fix selected_rows
      
      * add unittest
      2785f876
  22. 30 5月, 2022 1 次提交
  23. 27 5月, 2022 1 次提交
  24. 24 5月, 2022 1 次提交
  25. 23 5月, 2022 1 次提交
  26. 19 5月, 2022 2 次提交
    • Z
      [Phi] Change the output format of C++ backward api (Part2) (#42545) · 4427f1b1
      zyfncg 提交于
      * change the output format of C++ backward api
      
      * fix merge conflict
      
      * fix sparse api code auto-gen
      
      * fix eager_gen bug
      
      * fix bug of output is null
      
      * fix bug of conv2d_grad_impl
      
      * fix optional grad
      
      * fix bug of eager-gen double_grad
      
      * fix bug
      
      * fix multiply_double_grad bug
      
      * fix bug of higher order derivative
      
      * fix bug of FillZeroForEmptyGradInput
      
      * remove redundant vector in grad_node
      
      * fix bug of test_deformable_conv_v1_op
      
      * fix bug of test_deformable_conv_v1_op
      
      * some refacotr
      4427f1b1
    • Z
      [Phi] Remove shared_storage (#42821) · 7a171e3c
      zyfncg 提交于
      * remove shared_storage
      
      * fix bug
      
      * fix rnn bug
      7a171e3c
  27. 18 5月, 2022 1 次提交
  28. 17 5月, 2022 1 次提交
  29. 16 5月, 2022 1 次提交
    • Z
      [PHI] Support construct IntArray by using Non-CPU Tensosr (#41764) · 8eecd852
      zyfncg 提交于
      * support construct scalar using non-cpu tensor
      
      * fix bugs when run unittest
      
      * fix compile bugs
      
      * fix bugs when run ci
      
      * fix compile bugs
      
      * fix bugs when move copy
      
      * perfect unit test
      
      * perfect unittest
      
      * update according to comment
      
      * int_array supports constructed by gpu tensor
      
      * add some test
      
      * polish code
      
      * adjust full api
      
      * add unittest
      
      * add unittest
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      8eecd852
  30. 11 5月, 2022 1 次提交
    • Z
      [Phi] Change the output format of C++ backward api (Part1) (#42677) · ba71fbea
      zyfncg 提交于
      * change the output format of C++ backward api
      
      * fix merge conflict
      
      * fix sparse api code auto-gen
      
      * fix eager_gen bug
      
      * fix bug of output is null
      
      * fix bug of conv2d_grad_impl
      
      * fix optional grad
      
      * fix bug of eager-gen double_grad
      
      * fix bug
      
      * fix multiply_double_grad bug
      
      * remove node pruning
      ba71fbea