- 15 3月, 2023 1 次提交
-
-
由 Guoxia Wang 提交于
-
- 05 12月, 2022 1 次提交
-
-
由 cyber-pioneer 提交于
-
- 25 10月, 2022 1 次提交
-
-
由 tiancaishaonvjituizi 提交于
-
- 29 9月, 2022 1 次提交
-
-
由 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>
-
- 09 9月, 2022 1 次提交
-
-
由 Asthestarsfalll 提交于
* add paddle vsplit api * update unittest and fix a typo * update * add vsplit to __all__ * update unit test and description of x * fix typo
-
- 31 8月, 2022 2 次提交
- 30 8月, 2022 1 次提交
-
-
由 Skr.B 提交于
-
- 11 8月, 2022 1 次提交
-
-
由 peachlcy 提交于
-
- 03 8月, 2022 1 次提交
-
-
由 Li-fAngyU 提交于
* add paddle.bucketize api add paddle.bucketize api * updata paddle.bucketize code style. * upgrade unittests/test_bucketize_api.py. * update tests/unittests/test_bucketize_api.py file. * 修改bucketize API 的英文参数描述
-
- 29 7月, 2022 1 次提交
-
-
由 thunder95 提交于
* add count_nonzero api * remove grad test
-
- 10 6月, 2022 1 次提交
-
-
由 tiancaishaonvjituizi 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 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
-
- 30 5月, 2022 1 次提交
-
-
由 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
-
- 10 5月, 2022 1 次提交
-
-
由 BrilliantYuKaimin 提交于
* Create elementwise_heaviside_op.cc * add ElementwiseHeavisideFunctor * Create test_elementwise_heaviside_op.py * 增加heaviside的python接口 * add heaviside in white list * 增加heaviside的签名 * 增加heaviside的核函数 * 增加heaviside梯度的核函数 * 增加heaviside梯度的注册 * 调整代码格式 * Update elementwise_sig.cc * add heaviside in __all__ * Update heaviside docs * Update math.py * Update math.py * Update math.py
-
- 09 5月, 2022 1 次提交
-
-
由 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
-
- 15 4月, 2022 1 次提交
-
-
由 Asthestarsfalll 提交于
-
- 12 4月, 2022 1 次提交
-
-
由 Asthestarsfalll 提交于
-
- 06 4月, 2022 1 次提交
-
-
由 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
-
- 31 12月, 2021 4 次提交
-
-
由 JYChen 提交于
* add new api/op kthvalue * kthvalue cuda kernel to cub sorting * fix example code error * throw errors instead of LOG in cuda sort * throw errors by Paddle_ENFORCE
-
由 JYChen 提交于
* add new api paddle.quantile and paddle.Tensor.quantile * add take_todo and fix UT
-
由 zhiboniu 提交于
-
由 Huihuang Zheng 提交于
Paddle new APIs: put_along_axis. Xu Huang is on holiday so we created this PR to work on it. It is based on his PR: https://github.com/PaddlePaddle/Paddle/pull/37921
-
- 30 12月, 2021 2 次提交
-
-
由 JYChen 提交于
* add new OP mode * rename trans-variable name and fix UT
-
由 Haohongxiang 提交于
* add cpu kernel of lstsq * update * modify code style * modify unittest * remove support for complex
-
- 28 12月, 2021 3 次提交
- 24 12月, 2021 5 次提交
-
-
由 wangguanqun 提交于
* add nansum api * delete layerhelper * add nansum to all and tensor_method_func * update doc * update doc * update doc
-
由 zhiboniu 提交于
-
由 zhouweiwei2014 提交于
* add new API/OP:paddle.Tensor.exponential_ * fix CI
-
由 zhiboniu 提交于
-
由 zhouweiwei2014 提交于
* add new API/OP:paddle.poisson * fix comment
-
- 23 12月, 2021 2 次提交
-
-
由 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
-
由 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
-
- 20 12月, 2021 1 次提交
-
-
由 Feiyu Chan 提交于
-
- 18 12月, 2021 1 次提交
-
-
由 Feiyu Chan 提交于
* add complex op and `paddle.complex`.
-
- 17 12月, 2021 1 次提交
-
-
由 kuizhiqing 提交于
-
- 16 12月, 2021 2 次提交