1. 15 3月, 2023 1 次提交
  2. 05 12月, 2022 1 次提交
  3. 25 10月, 2022 1 次提交
  4. 29 9月, 2022 1 次提交
    • Z
      [Hackathon No.18] 为 Paddle 新增 frexp API (#46401) · 1e2af54c
      Zheng_Bicheng 提交于
      * 之前的pr合并了大量错误代码,重新提交一份
      
      * 之前的pr合并了大量错误代码,重新提交一份
      
      * 修正格式问题
      
      * 改回原来的格式
      
      * 按照要求修改
      
      * 按照要求修改格式
      
      * 修复注释的问题
      
      * 更新格式
      
      * 测试自动格式化
      
      * 修正英文注释
      
      * fix docs build error
      
      * pre-commit
      
      * for docs build
      
      * for docs build
      
      * 修复mantissa计算错误的bug
      
      * 修复误判exponent可能存在负数,导致计算量增加的情况
      Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
      1e2af54c
  5. 09 9月, 2022 1 次提交
  6. 31 8月, 2022 2 次提交
  7. 30 8月, 2022 1 次提交
  8. 11 8月, 2022 1 次提交
  9. 03 8月, 2022 1 次提交
  10. 29 7月, 2022 1 次提交
  11. 10 6月, 2022 1 次提交
  12. 05 6月, 2022 1 次提交
    • S
      【code format check upgrade】 step2:yapf (#42944) · a072fca8
      Sing_chan 提交于
      * use yapf to format all python file
      
      * yapf exclude two unittests file for they rely on writing and reading file, and format will break them
      
      * disable diff_py_file because too many diff files cause command following failed
      a072fca8
  13. 30 5月, 2022 1 次提交
    • T
      【PaddlePaddle Hackathon 2】15 新增 API Nanmedian (#42385) · f87fa3c0
      thunder95 提交于
      * nanmedian op
      
      * 修改cuda kernel的bug
      
      * 修复count_if在其他硬件平台不兼容
      
      * 修复某些cpu硬件不兼容
      
      * 修复某些cpu硬件不兼容
      
      * 修复isnan判断
      
      * 兼容numpy低版本不支持全部nan的情况
      
      * 兼容numpy低版本不支持全部nan的情况
      
      * fix code example
      
      * fix api comment error
      
      * 修改反向传播逻辑以及c++处理逻辑
      
      * 完成修改建议
      
      * typo pre_dim
      
      * update en docs, test=document_fix
      
      * remove numpy in en doc, test=document_fix
      
      * add r,test=document_fix
      
      * 添加api到all
      
      * follow advice from chenwhql
      f87fa3c0
  14. 10 5月, 2022 1 次提交
  15. 09 5月, 2022 1 次提交
    • L
      【PaddlePaddle Hackathon 2】3、为 Paddle 新增 corrcoef(皮尔逊积矩相关系数) API (#40690) · 95a502a2
      liqitong-a 提交于
      * corrcoef commit
      
      * corrcoef commit
      
      * Update test_corr.py
      
      * Update linalg.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update linalg.py
      
      * Update linalg.py
      
      * Update linalg.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      
      * Update test_corr.py
      95a502a2
  16. 15 4月, 2022 1 次提交
  17. 12 4月, 2022 1 次提交
  18. 06 4月, 2022 1 次提交
    • L
      【PaddlePaddle Hackathon 2】8、为 Paddle 新增 nanmean API (#40472) · 1d43e2da
      Li-fAngyU 提交于
      * Update __init__.py
      
      * Update math.py
      
      * Create test_nanmean_api.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update math.py
      
      * Update test_nanmean_api.py
      
      * Update __init__.py
      
      * Update math.py
      
      * Update test_nanmean_api.py
      
      * Update test_nanmean_api.py
      
      * Update test_nanmean_api.py
      
      * Update math.py
      
      * Update test_nanmean_api.py
      
      * Update math.py
      
      Update the nanmean example code
      
      * Update math.py
      
      * Update math.py
      
      * Update math.py
      
      Remove redundant code in nanmean
      
      * Update math.py
      
      change default keepdim = False
      
      * Update test_nanmean_api.py
      
      add nan into self.x
      
      * Update test_nanmean_api.py
      
      rerun CI check
      
      * Update test_nanmean_api.py
      
      * update code of nanmean in python/paddle/tensor/math.py and test_nanmean_api.py
      
      * Update test_nanmean_api.py
      
      update code format
      
      * Update test_nanmean_api.py
      
      update code format
      
      * Update test_nanmean_api.py
      
      add check grad code.
      
      * Update math.py
      
      update nanmean's describe of Args x
      
      * Update test_nanmean_api.py
      
      update format and release the test_case(self.x, keepdim=True) in check grad code.
      
      * Update test_nanmean_api.py
      
      Update gradient checking method
      
      * Update test_nanmean_api.py
      
      update code format
      
      * Update test_nanmean_api.py 
      
      Update code format and copyright in test_nanmean_api.py
      
      * Update math.py
      
      update arguments describe and code example
      
      * Update math.py
      
      修改了nanmean的axis参数的文档描述。
      
      * Update math.py
      
      updata nanmean's sample code (:name: code-example1)
      
      * Update math.py
      
      修改nanmean的example code 错误
      
      * Update math.py
      
      update example code
      
      * Update math.py
      
      update example code of nanmean
      1d43e2da
  19. 31 12月, 2021 4 次提交
  20. 30 12月, 2021 2 次提交
  21. 28 12月, 2021 3 次提交
  22. 24 12月, 2021 5 次提交
  23. 23 12月, 2021 2 次提交
    • W
      add control/status API (#37885) · 21b7ed3e
      wuhuanzhou 提交于
      * add control/status API, test=develop
      
      * fix import error, test=develop
      
      * add is_grad_enabled unittest, test=develop
      
      * add code comment for example code and API, test=develop
      
      * add checking for type, test=develop
      
      * add api description, test=develop
      
      * fix docs index_en, test=document_fix
      
      * fix doc of is_floating_point, test=document_fix
      21b7ed3e
    • W
      Add erfinv API (#38295) · 6b59b58c
      wuhuanzhou 提交于
      * add erfinv API, test=develop
      
      * fix gradient accuracy error, test=develop
      
      * fix cuda compilation error on Windows, test=develop
      
      * fix M_2_SQRTPI undeclared identifier on Windows, test=develop
      6b59b58c
  24. 20 12月, 2021 1 次提交
  25. 18 12月, 2021 1 次提交
  26. 17 12月, 2021 1 次提交
  27. 16 12月, 2021 2 次提交