1. 27 4月, 2020 1 次提交
  2. 25 4月, 2020 1 次提交
    • Y
      Init complex number neural network (#24018) (#24126) · 93fd4081
      Yibing Liu 提交于
      * Init complex number neural network, test=release/2.0
      
      * Improve doc writing
      
      * Fix elementwise add & sub
      
      * Fix elementwise mul act
      
      * a) add ut for complex variable; b) remove arg act in elementwise_ops
      93fd4081
  3. 23 4月, 2020 1 次提交
  4. 22 4月, 2020 2 次提交
  5. 21 4月, 2020 1 次提交
  6. 20 4月, 2020 2 次提交
  7. 17 4月, 2020 2 次提交
  8. 15 4月, 2020 1 次提交
  9. 14 4月, 2020 2 次提交
  10. 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
  11. 12 4月, 2020 2 次提交
  12. 10 4月, 2020 2 次提交
  13. 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
  14. 07 4月, 2020 3 次提交
  15. 06 4月, 2020 1 次提交
  16. 05 4月, 2020 3 次提交
  17. 04 4月, 2020 7 次提交
  18. 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
  19. 02 4月, 2020 2 次提交
  20. 30 3月, 2020 1 次提交
  21. 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
  22. 26 8月, 2019 1 次提交