1. 18 6月, 2021 5 次提交
  2. 17 6月, 2021 1 次提交
  3. 16 6月, 2021 5 次提交
  4. 12 6月, 2021 1 次提交
  5. 11 6月, 2021 1 次提交
  6. 10 6月, 2021 4 次提交
  7. 09 6月, 2021 1 次提交
    • W
      paddle.save support object save to memory. (#32999) · cdd6437a
      WeiXin 提交于
      * support state_dict save to memory.
      
      * Perfect unittest
      
      * perfect unittest.
      
      * suport saving binary var to memory
      
      * polish code.
      
      * packag save/load files into pybind/io.py
      
      * polish code .
      
      * add example for save to memory; remove useless save load function(_load_static_dict,_save_dygraph_dict)
      
      * delete _load_static/dygraph_dict;_save_static/dygraph_dict
      
      * edit example of paddle.save/load
      cdd6437a
  8. 08 6月, 2021 1 次提交
  9. 07 6月, 2021 1 次提交
  10. 04 6月, 2021 1 次提交
    • W
      fix inference prepare data bug (#33305) · dd181238
      wenbin 提交于
      * fix inference prepare data bug
      
      * rename functions
      
      * typo
      
      * typo
      
      * typo
      
      * UT correct
      
      * correct condition
      
      * correct condition
      
      * ci coverage
      
      * morelines
      
      * fix ci coverage
      dd181238
  11. 03 6月, 2021 1 次提交
  12. 01 6月, 2021 2 次提交
  13. 31 5月, 2021 1 次提交
  14. 26 5月, 2021 2 次提交
    • T
      ut fix (#33102) · e05a7a49
      tangwei12 提交于
      
      Change-Id: I2e82dfcee6a1d0512b94cebc32281123fa5bf597
      
      * pretty print for datafeed error
      
      Change-Id: I056a8b6f03608e96679a83846c97aed289cef7e6
      
      * fix fleet dist infer ut
      e05a7a49
    • W
      optimize OP's compilation time (#32617) · 78ecb668
      wuhuanzhou 提交于
      * optimize OP's compilation time, test=develop
      
      * add more op and run ci test, test=develop
      
      * CUDA Kernel register in cc file, test=develop
      
      * fix macros, test=develop
      
      * fix undefined symbol error, test=develop
      
      * fix compilation error and undefined symbol, test=develop
      
      * fix compilation error on Windows, test=develop
      
      * fix compilation error on Windows, test=develop
      78ecb668
  15. 25 5月, 2021 4 次提交
  16. 21 5月, 2021 1 次提交
  17. 20 5月, 2021 1 次提交
    • C
      Add complex template type (#32857) · 738bf20e
      chentianyu03 提交于
      * add complex template file
      
      * add numtraits for complex template
      
      * add complex template type register
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * modify specify template of complex
      
      * make TensorCheckerVisitor support complex type
      
      * fix operator= error
      
      * add complex template
      
      * add complex template type
      
      * add complex template type to pyarray transform
      
      * add complex template type to pyarray transform
      
      * remove complex type for dlpack register
      
      * set dlpack supprot complex type
      
      * set dlpack supprot complex type
      
      * set dlpack supprot complex type
      
      * remove explict for complex constructor
      
      * add complex unit test file
      738bf20e
  18. 18 5月, 2021 1 次提交
  19. 17 5月, 2021 2 次提交
  20. 13 5月, 2021 1 次提交
  21. 12 5月, 2021 2 次提交
  22. 11 5月, 2021 1 次提交