1. 08 9月, 2023 1 次提交
  2. 07 9月, 2023 1 次提交
  3. 11 8月, 2023 1 次提交
    • M
      [dy2static]implement tensor.cuda() in static graph (#56092) · a6a49855
      Meteor Liu 提交于
      * [dy2static]implement tensor.cuda() in static graph
      
      * [dy2static]implement tensor.cuda() in static graph - change the patch place
      
      * [dy2static]implement tensor.cuda() in static graph - fix code-block in comment
      
      * [dy2static]implement tensor.cuda() in static graph - add ut for warning branch
      a6a49855
  4. 08 8月, 2023 1 次提交
    • M
      [enhancement] Implement tensor.cpu() in static graph (#55921) · 1262e787
      Meteor Liu 提交于
      * [enhancement] Implement tensor.cpu() in static graph
      
      * [enhancement] Implement tensor.cpu() in static graph
      
      * [dy2static] add unitest cases for tensor.cpu()
      
      * [dy2static] add unitest cases for tensor.cpu() - run only on paddle compiled with cuda mode
      
      * [dy2static]Refine the format of the api-doc for Variable.cpu().
      1262e787
  5. 05 7月, 2023 1 次提交
  6. 11 5月, 2023 1 次提交
  7. 21 3月, 2023 1 次提交
    • G
      【fluid clean】remove fluid.data (#50699) · 72c711bb
      GGBond8488 提交于
      * remove fluid.data
      
      * fix typro
      
      * fix somme unitest error
      
      * fix conflicts
      
      * fix sample code error
      
      * fxi sample coder error
      
      * fxi sample code error
      
      * fxi sample code error
      
      * fix xpu test error
      
      * fix xpu test error
      
      * Delete ps_pb2.py
      
      * fix test error
      
      * fix typro
      
      * fix sample code error
      
      * fix comments
      
      * fix test norm op data
      
      * fix sample code error
      
      * fix conflicts
      72c711bb
  8. 03 3月, 2023 1 次提交
  9. 04 1月, 2023 1 次提交
  10. 30 12月, 2022 1 次提交
  11. 14 12月, 2022 1 次提交
  12. 02 12月, 2022 1 次提交
  13. 29 11月, 2022 1 次提交
  14. 17 11月, 2022 1 次提交
  15. 08 11月, 2022 1 次提交
  16. 23 10月, 2022 1 次提交
  17. 27 9月, 2022 2 次提交
  18. 22 9月, 2022 1 次提交
  19. 14 9月, 2022 1 次提交
  20. 09 9月, 2022 1 次提交
    • X
      [ Dy2Static ] convert_call support staticmethod for class. (#44983) · d0096eaf
      xiongkun 提交于
      * convert_call support staticmethod for class.
      
      * while support for python container.
      It is convenient to convert more dynamic graph codes into static graphs.
      
      * cond support python container
      
      * add unittest for staticmethod convert_call
      
      * fix bugs
      
      * add unittest for item interface
      
      * fix bugs
      
      * change to np.testing.assert_allclose
      
      * code format
      
      * fix comments.
      
      * code format
      d0096eaf
  21. 06 9月, 2022 1 次提交
  22. 02 9月, 2022 1 次提交
    • X
      [ Dy2Static ] transfer list into tensor array at runtime. (#45594) · 3be7f495
      xiongkun 提交于
      * 1. make list transformer into jit form.
      2. fix some bugs in tensor_array, such as append.
      3. enhance the function analysis visitor to recognize push/pop.
      4. add setter/getter helper to deal with 2+ name sets.
      
      * fix ci errors:
      1. add to_tensor_array logic in convert_cond
      2. fix IfExpr error.
      3. fix erros while return_names or push_pop_names is None
      4. fix slice error in a[i]=1 where a is tensor_array
      5. add pop interface in Variable
      3be7f495
  23. 03 8月, 2022 1 次提交
  24. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  25. 13 9月, 2021 1 次提交
  26. 01 9月, 2021 1 次提交
  27. 24 6月, 2021 1 次提交
  28. 16 6月, 2021 1 次提交
  29. 02 6月, 2021 1 次提交
  30. 27 4月, 2021 1 次提交
  31. 14 4月, 2021 1 次提交
  32. 01 12月, 2020 1 次提交
  33. 30 10月, 2020 1 次提交
  34. 23 9月, 2020 1 次提交
  35. 10 9月, 2020 1 次提交
  36. 24 8月, 2020 1 次提交
  37. 21 8月, 2020 1 次提交
  38. 12 6月, 2020 1 次提交
  39. 09 6月, 2020 1 次提交