1. 24 11月, 2022 1 次提交
  2. 16 11月, 2022 1 次提交
  3. 26 10月, 2022 1 次提交
  4. 11 10月, 2022 2 次提交
  5. 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
  6. 27 9月, 2022 1 次提交
  7. 26 9月, 2022 1 次提交
    • C
      Enable eager mode on xpu (#46227) · 87a25fbd
      Chen Weihang 提交于
      * enable eager mode on xpu, test=kunlun
      
      * add numpy support to xpu
      
      * fix tensor using error
      
      * fix  error, test=kunlun
      
      * fix failed tests, test=kunlun
      87a25fbd
  8. 21 9月, 2022 1 次提交
  9. 20 9月, 2022 1 次提交
    • J
      [Eager] Fix ocr (#46124) · d13a4a25
      Jiabin Yang 提交于
      * fix linspace error in amp
      
      * fix log
      
      * fix amp error
      
      * fix ocr error which caused by amp
      
      * add more check
      
      * rename dtype ns
      d13a4a25
  10. 15 9月, 2022 1 次提交
  11. 09 9月, 2022 2 次提交
  12. 26 8月, 2022 1 次提交
  13. 18 8月, 2022 1 次提交
  14. 02 8月, 2022 1 次提交
    • W
      [Eager] use eager final state instead intermediate state (#44722) · f1873b90
      Weilong Wu 提交于
      * [Eager] call final_state_slice under eager mode
      
      * rm useless comments
      
      * use eager final state instead intermidiate state
      
      * update fill_constant yaml
      
      * update fill_constant yaml
      
      * modify wrapped_infermeta_gen logic to fix special case
      
      * fix slice in manipulation
      
      * use fill_constant_
      
      * modify slice infermeta
      
      * rm final_state_conv2d
      
      * use final_state_slice
      
      * use final_state_slice only
      
      * polish slice, use final state
      
      * add paddle_throw for SplitInferMeta
      
      * rm fill_constant_ temply
      
      * recover array_equal, not allclose
      
      * recover original code
      f1873b90
  15. 29 7月, 2022 1 次提交
  16. 12 7月, 2022 1 次提交
  17. 24 6月, 2022 1 次提交
  18. 22 6月, 2022 1 次提交
  19. 13 6月, 2022 1 次提交
  20. 11 6月, 2022 1 次提交
  21. 05 6月, 2022 1 次提交
  22. 02 6月, 2022 1 次提交
  23. 27 5月, 2022 1 次提交
  24. 20 5月, 2022 1 次提交
  25. 17 5月, 2022 1 次提交
  26. 11 5月, 2022 1 次提交
  27. 06 5月, 2022 1 次提交
  28. 24 4月, 2022 1 次提交
  29. 21 4月, 2022 1 次提交
  30. 19 4月, 2022 1 次提交
  31. 18 4月, 2022 1 次提交
  32. 15 4月, 2022 1 次提交
    • 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
  33. 14 4月, 2022 2 次提交
  34. 13 4月, 2022 2 次提交
  35. 07 4月, 2022 1 次提交
  36. 05 4月, 2022 1 次提交
    • W
      [Eager] dataloader2 (#41338) · 3b0e911c
      wanghuancoder 提交于
      * eager math op, test=develop
      
      * eager support lookahead, test=develop
      
      * refine,test=develop
      
      * refine doc, test=develop
      
      * refine,test =develop
      
      * refie, test=develop
      
      * refie, test=develop
      
      * refie, test=develop
      
      * test_paddle_multiprocessing
      
      * refine, test=develop
      
      * refine, test=develop
      
      * fix bug, test=develop
      
      * refine, test=develop
      
      * dataloader, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * test_datasets timeout, test=develop
      
      * refine, test=develop
      3b0e911c