1. 01 7月, 2022 1 次提交
  2. 29 6月, 2022 3 次提交
  3. 28 6月, 2022 1 次提交
  4. 27 6月, 2022 1 次提交
  5. 24 6月, 2022 4 次提交
  6. 23 6月, 2022 1 次提交
  7. 15 6月, 2022 1 次提交
  8. 10 6月, 2022 1 次提交
  9. 08 6月, 2022 1 次提交
  10. 05 6月, 2022 1 次提交
  11. 04 6月, 2022 1 次提交
  12. 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
  13. 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
  14. 30 5月, 2022 1 次提交
  15. 27 5月, 2022 1 次提交
  16. 24 5月, 2022 1 次提交
  17. 23 5月, 2022 1 次提交
  18. 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
  19. 18 5月, 2022 1 次提交
  20. 17 5月, 2022 1 次提交
  21. 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
  22. 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
  23. 07 5月, 2022 1 次提交
  24. 29 4月, 2022 1 次提交
  25. 27 4月, 2022 1 次提交
  26. 26 4月, 2022 1 次提交
  27. 25 4月, 2022 1 次提交
  28. 22 4月, 2022 1 次提交
  29. 19 4月, 2022 3 次提交
  30. 17 4月, 2022 1 次提交
  31. 15 4月, 2022 2 次提交
    • C
      [Yaml]add adamw yaml (#41678) · ea0a164b
      chentianyu03 提交于
      * add adamw yaml
      
      * fix test case error
      
      * make the name of weight and bias in linear1 and linear2 to be constant
      ea0a164b
    • J
      Add eager string tensor (#41039) · a22b68b8
      Jack Zhou 提交于
      * Add core.eager.StringTensor __init__ which pyarray args can be passed
      
      * Add the numpy method of core.eager.StringTensor
      
      * revert tensor.to_string modification
      
      * Add ToPyObject for core.eager.StringTensor
      
      * Add debug string for core.eager.StringTensor
      
      * Remove place args of core.eager.StringTensor temporarily
      
      * Fix check string_tensor error
      
      * remove dtype of core.eager.StringTensor
      
      * add core.eager.StringTensor unittest
      
      * remove pstring from VarDesc
      
      * Add InitStringTensorWithStringTensor
      
      * Remove to_string modification
      
      * Remove zero_copy arg from StringTensor creator
      a22b68b8