1. 19 1月, 2022 1 次提交
    • Y
      Fix paddle.flops AttributeError (#38850) · ae1e71b3
      yingyibiao 提交于
      * Fix AttributeError when output y is a tuple which has no attribute 'shape'
      
      * Add unit test for dynamic_flops with multiple outputs
      
      * Add unit test for dynamic_flops with multiple outputs
      ae1e71b3
  2. 23 11月, 2021 1 次提交
  3. 18 11月, 2021 1 次提交
  4. 17 11月, 2021 1 次提交
  5. 11 11月, 2021 1 次提交
  6. 04 11月, 2021 1 次提交
  7. 03 11月, 2021 1 次提交
  8. 02 11月, 2021 1 次提交
  9. 01 11月, 2021 1 次提交
  10. 27 10月, 2021 1 次提交
  11. 22 10月, 2021 2 次提交
  12. 18 10月, 2021 1 次提交
    • S
      Add operators for async read & async write (#36333) · 3845afff
      Siming Dai 提交于
      * fix async_read bug
      
      * change index place to cpu
      
      * add tensor size judge
      
      * add async_read & async_write test
      
      * fix bug in async_write
      
      * fix mac py3 ci
      
      * fix bug for cpu version paddle
      
      * fix windows ci bug
      
      * change input argument error type
      
      * change const_cast to mutable_data
      
      * add async_write out-of-bound check and consumate error hint
      
      * fix a small bug for dst_tensor
      
      * add docs and refine codes
      
      * refine docs
      
      * notest,test=windows_ci
      
      * fix windows ci
      
      * fix require
      
      * fix code-block
      
      * add core.is_compiled_with_cuda()
      3845afff
  13. 15 10月, 2021 1 次提交
  14. 13 10月, 2021 1 次提交
  15. 28 9月, 2021 2 次提交
  16. 27 9月, 2021 1 次提交
  17. 15 9月, 2021 1 次提交
  18. 02 9月, 2021 1 次提交
  19. 26 8月, 2021 1 次提交
  20. 07 8月, 2021 1 次提交
  21. 29 7月, 2021 2 次提交
  22. 22 7月, 2021 1 次提交
  23. 20 7月, 2021 1 次提交
  24. 08 7月, 2021 1 次提交
  25. 28 6月, 2021 4 次提交
  26. 21 6月, 2021 1 次提交
  27. 15 6月, 2021 1 次提交
  28. 11 6月, 2021 2 次提交
  29. 10 6月, 2021 2 次提交
  30. 11 5月, 2021 1 次提交
  31. 10 5月, 2021 1 次提交
  32. 30 4月, 2021 1 次提交
    • W
      Support transforms for paddle tensor image (#31970) · 6ab43f7f
      Wenyu 提交于
      * add to_grayscale, normalize
      
      * add rotate
      
      * add vfip and hflip
      
      * add crop center_crop
      
      
      * add padding, support constant, reflect, replicate, circular same as paddle.pad
      
      * add get-image-[n,c,w,h] axis utils
      6ab43f7f