1. 13 6月, 2023 1 次提交
  2. 16 5月, 2023 1 次提交
  3. 31 3月, 2023 1 次提交
  4. 30 3月, 2023 1 次提交
  5. 20 3月, 2023 1 次提交
  6. 28 11月, 2022 1 次提交
  7. 08 11月, 2022 1 次提交
  8. 23 10月, 2022 1 次提交
  9. 12 10月, 2022 1 次提交
  10. 14 9月, 2022 1 次提交
  11. 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
  12. 18 5月, 2022 1 次提交
  13. 12 5月, 2022 1 次提交
  14. 07 4月, 2022 1 次提交
  15. 04 4月, 2022 1 次提交
  16. 31 3月, 2022 1 次提交
  17. 29 3月, 2022 1 次提交
  18. 23 3月, 2022 1 次提交
    • W
      [Eager] Slice (#40587) · b07d239c
      wanghuancoder 提交于
      * fix some slice bug, test=develop
      
      * eager slice, test=develop
      
      * eager slice, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * fix bug, test=develop
      
      * refine, test=develop
      
      * rename function name, test=develop
      b07d239c
  19. 19 3月, 2022 1 次提交
  20. 22 2月, 2022 1 次提交
  21. 16 2月, 2022 1 次提交
    • J
      EagerTensor to EagerVariable (#39447) · 831fd86e
      Jiabin Yang 提交于
      * merge legacy to fluid
      
      * Remove legacy code
      
      * Remove legacy code
      
      * Remove DataType test
      
      * Using Tensor directly instead of using EagerTensor
      
      * support gradient_accumulation
      
      * make test_imperative_lod_tensor_to_selected_rows longer
      
      * make test_imperative_lod_tensor_to_selected_rows longer
      
      * refine code
      
      * Rename all EagerTensor to Tensor
      
      * Rename some EagerTensor to Tensor
      
      * rename EagerTensor to EagerVariable
      
      * add more test
      
      * merge develop and refine code
      831fd86e
  22. 08 2月, 2022 1 次提交
  23. 03 12月, 2021 1 次提交
    • W
      [Eager] publish python c api for eager (#37550) · 07b4fe93
      wanghuancoder 提交于
      * refine a test case, test=develop
      
      * publish python c api for eager, test=develop
      
      * revert modify about test_allclose_layer.py, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * delete numpy includes, use pybind11 numpy.h, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      
      * suport eager error msg, and add grad test case, test=develop
      
      * refine, test=develop
      
      * refine, test=develop
      07b4fe93
  24. 01 9月, 2021 1 次提交
    • L
      support setting linewidth when printing tensor (#35175) · 5fa7d9ce
      Leo Chen 提交于
      * support setting linewith when printing tensor
      
      * fix ut
      
      * refine code
      
      * update comments
      
      * use small precision since windows/linux has different ramdom value
      
      * fix typo
      
      * adjust parameter order for consistency
      5fa7d9ce
  25. 26 8月, 2021 1 次提交
  26. 29 4月, 2021 1 次提交
  27. 27 4月, 2021 1 次提交
  28. 25 4月, 2021 1 次提交
  29. 11 11月, 2020 1 次提交
  30. 26 10月, 2020 1 次提交
  31. 21 10月, 2020 1 次提交
    • C
      2.0rc api rename (#28088) · 7c1aa0d6
      cnn 提交于
      * rename manual_seed to seed
      
      * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D
      
      * rename manual_seed --> seed
      
      * do not rename .cc, .cu and .h file
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * rename manual_seed --> seed
      
      * disable_static on doc example code
      
      * donot change manual_seed on generator
      
      * add enable_static on sample code
      
      * convert python/paddle/fluid/layers/nn.py to bak
      
      * fix typo
      
      * fix code style
      
      * fix seed to manual_seed when call functions of Generator()
      
      * fix bug
      7c1aa0d6
  32. 14 10月, 2020 1 次提交
  33. 13 10月, 2020 1 次提交
    • L
      Refine the format of printing tensor (#27673) · 049696bf
      Leo Chen 提交于
      * add sumary feature
      
      * refine printting tensor
      
      * add sci_mode
      
      * add sample code
      
      * fix indent error
      
      * fix _format_item
      
      * polish code
      
      * support item indent
      
      * add ut
      
      * set place for ut
      
      * fix py2 issue
      
      * fix ut
      049696bf