1. 23 9月, 2020 1 次提交
    • C
      Add new paddle.save/load APIs (#27331) · bb84f0e6
      Chen Weihang 提交于
      * init commit of new save/load
      
      * fix failed unittests
      
      * fix save_load_v2 unittest failed
      
      * fix failed unittest & polish doc
      
      * add tests for coverage
      
      * add more tests & move static apis
      
      * fix example code error
      
      * polish emample code
      
      * fix detail example code problem
      bb84f0e6
  2. 22 9月, 2020 1 次提交
  3. 21 9月, 2020 1 次提交
  4. 17 9月, 2020 1 次提交
  5. 11 9月, 2020 1 次提交
  6. 27 8月, 2020 1 次提交
  7. 24 8月, 2020 1 次提交
  8. 23 8月, 2020 1 次提交
  9. 22 8月, 2020 1 次提交
  10. 21 8月, 2020 4 次提交
  11. 20 8月, 2020 1 次提交
  12. 19 8月, 2020 2 次提交
    • L
      add pad func (#26106) · bcf03273
      littletomatodonkey 提交于
      * add pad func
      
      * add pad
      
      * test=develop, add pad op and apis
      
      * restore pad2d
      
      * test=develop, fix paddl declare
      
      * fix pad interface
      
      * test=develop, fix pad
      
      * test=develop, add all pad api and cos_sim
      
      * test=develop, remove padding default value
      
      * test=develop, rename var to tensor
      
      * test=develop, add more tests
      
      * test=develop, rename tovar to totensor
      
      * test=develop, fix init
      
      * test=develop, add more test
      
      * test=develop, add more tests
      bcf03273
    • W
      【API2.0】add Chunk API (#26314) · 2101dfd2
      wangchaochaohu 提交于
      2101dfd2
  13. 18 8月, 2020 1 次提交
  14. 15 8月, 2020 2 次提交
  15. 12 8月, 2020 1 次提交
  16. 30 7月, 2020 1 次提交
  17. 23 7月, 2020 1 次提交
    • C
      New features, add sinh and cosh op, test=develop (#25495) · 70cee22f
      cnn 提交于
      * New features, add sinh and cosh op, test=develop
      
      * remove duplicate test function and remove out paramters, test=develop
      
      * Add out paramters temporary, remove later. test=develop
      
      * remove out args, PR 25570, test=develop
      
      * remove TestParameter, test=developx
      
      * add test api for static dygraph, test=develop
      
      * add backword unittests for sinh and cosh, test=develop
      70cee22f
  18. 21 7月, 2020 1 次提交
    • S
      add op multiply, delete op elementwise_mul from math.py. (#25480) · e3736d73
      Shibo Tao 提交于
      * add op multiply, delete op elementwise_mul from math.py. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      
      * add unittest for multiply op. test=develop.
      
      * fix code style. test=develop
      
      * use random input. test=develop
      
      * add test error case for static computation graph. test=develop
      
      * add np.random.seed(7)
      
      * increase input ndarray size. test=develop
      
      * change float32 to float64. test=develop
      e3736d73
  19. 16 7月, 2020 1 次提交
    • S
      delete mul op. (#25499) · 6602ccf4
      Shibo Tao 提交于
      * delete mul op. test=develop,test=document_fix
      
      * bug fix. test=develop,test=document_fix
      6602ccf4
  20. 14 7月, 2020 1 次提交
    • Y
      modify flip test=develop (#25312) · 5d3766ff
      yaoxuefeng 提交于
      According to paddle 2.0 standard
      1, change flip api attr name 'dim' to 'axis'.
      2, support empty axis
      3, change example code to imperative mode.
      5d3766ff
  21. 02 6月, 2020 1 次提交
  22. 15 5月, 2020 1 次提交
  23. 29 4月, 2020 1 次提交
  24. 27 4月, 2020 2 次提交
    • L
      Add trace op (#23873) · 077e5a0f
      Li Fuchen 提交于
      * add trace op, test=develop
      
      * Optimized the implementation of trace op, test=develop
      
      * fix a bug of include in trace_op.h, test=develop
      
      * move trace API from creation to math, test=develop
      
      * modified en doc. test=develop
      
      * add complex trace api
      
      * add complex sum api, test=develop
      
      * modified en doc of complex sum and trace, test=develop
      
      * modified doc and trace API, test=develop
      
      * modified en doc of trace and sum, test=develop
      
      * modified comment in complex kron API, test=develop
      
      * OP Should Not Have Unused Input, test=develop
      
      * add GetExpectedKernelType, test=develop
      077e5a0f
    • Y
      Add the implementation of inverse (#23310) · ecfddebb
      Yiqun Liu 提交于
      ecfddebb
  25. 26 4月, 2020 1 次提交
  26. 25 4月, 2020 1 次提交
    • F
      add kron op (#24105) · e01262e6
      Feiyu Chan 提交于
      * add kron op and its python API, doc and unittests.
      * add kron in paddle.complex
      e01262e6
  27. 23 4月, 2020 1 次提交
    • Q
      add gather split squeeze stack unsqueeze api (#24035) · 13b03e7a
      Qinghe JING 提交于
      * add gather split squeeze stack unsqueeze api test=develop
      
      * add gather split squeeze stack unsqueeze api test=develop
      
      * fix bug test=develop
      
      * fix bug test=develop
      
      * fix bug test=develop
      
      * fix bug test=develop
      
      * fix bug test=develop
      13b03e7a
  28. 22 4月, 2020 1 次提交
    • X
      upload code for tensor.rand (#23507) · 614eb942
      Xing Wu 提交于
      * upload code for tensor.rand
      
      * fix import
      
      * update example, change paddle.tensor.rand to paddle.rand
      
      * change 'variable' to 'Variable',  test=develop
      
      change 'variable' to 'Variable' in description,  test=develop
      
      * add pre-commit check
      
      * add pre-commit check
      
      * pre-commit check, test=develop
      
      * add more unittest code
      
      * trigger ci, test=develop
      
      * pre-commit check, test=develop
      
      * update api and test comment, test=develop
      
      * update api and test comment, test=develop
      
      * add more type check, test=develop
      
      * add detail error info for device, test=develop
      
      * add unnittest, test=develop
      
      * resolve conflict and pre-commit check, test=develop
      614eb942
  29. 20 4月, 2020 1 次提交
  30. 19 4月, 2020 1 次提交
  31. 17 4月, 2020 1 次提交
  32. 16 4月, 2020 1 次提交
  33. 14 4月, 2020 2 次提交