1. 19 4月, 2020 2 次提交
  2. 17 4月, 2020 1 次提交
  3. 16 4月, 2020 1 次提交
  4. 14 4月, 2020 5 次提交
  5. 13 4月, 2020 2 次提交
    • G
      Add new API : randn (#23211) · 73f421f7
      guofei 提交于
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * aAdd new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      
      * Add new API : randn
      
      test=develop
      73f421f7
    • Z
      Add new norm api, support frobenius norm and p-order vector norm. (#23716) · 03e737ac
      Zhong Hui 提交于
      * Add new norm api, support frobenius norm and p-order vector norm. test==develop
      * combine test files, add more attr checks. test=develop
      03e737ac
  6. 12 4月, 2020 2 次提交
  7. 10 4月, 2020 2 次提交
  8. 08 4月, 2020 1 次提交
    • P
      Add full_like op. (#23364) · 42655ef7
      Pei Yang 提交于
      * add full_like op. test=develop
      
      * add dygraph support. test=develop
      
      * increase coverage. test=develop
      42655ef7
  9. 07 4月, 2020 3 次提交
  10. 06 4月, 2020 1 次提交
  11. 05 4月, 2020 3 次提交
  12. 04 4月, 2020 7 次提交
  13. 03 4月, 2020 1 次提交
    • C
      update linspace, equal operators to API 2.0 (#23274) · a2e10930
      channings 提交于
      * update linspace, equal operators to API 2.0, test=develop
      
      * equal support higher performance CUDA kernel, test=develop
      
      * update comment of equal&linspace operator, test=develop
      
      * update comment of equal&linspace operator, test=develop
      a2e10930
  14. 02 4月, 2020 2 次提交
  15. 30 3月, 2020 1 次提交
  16. 28 9月, 2019 1 次提交
    • Q
      Enable users to create custom cpp op outside framework. (#19256) · 1a3eef02
      qingqing01 提交于
      * How to write custom op needs to follow framework OP spec.
      * Package fluid_framework.so and headers into whl.
      * Add paddle.sysconfig.get_include() and paddle.sysconfig.get_lib() to get include dir and lib dir.
      * Export some C-APIs to merge OpInfo between core.so and custom_op.so.
      * Add unit testing.
      * Update API.spec.
      1a3eef02
  17. 26 8月, 2019 1 次提交
  18. 12 2月, 2019 1 次提交
  19. 14 8月, 2018 1 次提交
  20. 12 7月, 2018 1 次提交
  21. 31 3月, 2018 1 次提交
    • H
      Make paddle.fluid no longer depends on paddle.v2 · bcf7c36b
      Helin Wang 提交于
      In this way we can build and test using WITH_FLUID_ONLY flag being set
      to ON.
      
      - move paddle.v2.dataset,reader to paddle.dataset,reader
      - remove unused code (which depends on v2) in paddle.dataset,reader
      bcf7c36b