- 04 8月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* add name attribute to code-block, test=document_fix * remove redundant labels, test=document_fix * remove redundant labels (from upstream), test=document_fix * more COPY-FROM (try multiple code example), test=document_fix * empty commit, try to trigger PR-CI-build * fix some `Examples:` format issues * fix some ci errors
-
- 02 8月, 2022 2 次提交
-
-
由 seemingwang 提交于
* move renorm op * change python api * change op class func * alloc data * remove comments * fix grad arguments * fix python argument * fix python argument * change unit-test * remove shape func registration * recover extra-arguments * recover shape functor
-
由 沧夜2021 提交于
-
- 01 8月, 2022 2 次提交
-
-
由 yang131313 提交于
* fix docs(en) bugs;test=document_fix * update paddle.add docs;test=document_fix * update paddle.where docs;test=document_fix * for ci;test=document_fix * Update manipulation.py * update paddle.where;test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Xiaoxu Chen 提交于
-
- 29 7月, 2022 1 次提交
-
-
由 thunder95 提交于
* add count_nonzero api * remove grad test
-
- 28 7月, 2022 1 次提交
-
-
由 Charles-hit 提交于
* Move api(lgamma) from legacy_api.yaml to api.yaml * Move api(lgamma) from legacy_api.yaml to api.yaml * Move api(lgamma) from legacy_api.yaml to api.yaml * modify code style * add x to X mapping * add definition of lgamma * delete redundant lgamma definitions * Modify code comments * Modify ops.py code format * add lgamma single test and lgamma api in fluid * Optimized lgamma unittest
-
- 22 7月, 2022 1 次提交
-
-
由 freeliuzc 提交于
* move inverse from fluid to phi with unitest bug * fix bug, add eager op yaml
-
- 19 7月, 2022 1 次提交
-
-
由 WangZhen 提交于
* Move angle op to phi * Replace mutable_data using Alloc * Remove some include * Try to fix windows ci error * include math.h to fix windows ci error * Fix kernel name * Move angle_grad infershape
-
- 15 6月, 2022 1 次提交
-
-
由 Yiqun Liu 提交于
* Optimize prod's python implementation for dygraph. * Change key_dim to head_dim. * Add comment in unittest. * Disable TF32 in unittest.
-
- 13 6月, 2022 1 次提交
-
-
由 Liyulingyue 提交于
* calculate_gain; test=document_fix * Constant; test=document_fix * KaimingNormal; test=document_fix * KaimingUniform; test=document_fix * randint; test=document_fix * squeeze;test=document_fix * argmin; test=document_fix * argmin; test=document_fix * triu; test=document_fix * add_n;test=document_fix * unique; test=document_fix * topk; test=document_fix * squeeze;test=document_fix * randint;test=document_fix * argmin; test=document_fix * constant; test=document_fix * constant; test=document_fix * KaimingNormal; test=document_fix * kaiming; test=document_fix * unique; test=document_fix
-
- 11 6月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
-
- 10 6月, 2022 1 次提交
-
-
由 tiancaishaonvjituizi 提交于
-
- 30 5月, 2022 1 次提交
-
-
由 Aganlengzi 提交于
* addmm supports 1-d input * fix coverage * fix * more ut
-
- 19 5月, 2022 1 次提交
-
-
由 Chen Long 提交于
* update readme test=document_fix * fix api docs;test=document_fix * update logic.py;test=document_fix * update docs;test=document_fix
-
- 18 5月, 2022 1 次提交
-
-
由 Ligoml 提交于
* docs_epoch1 * docs_epoch1 * update kron api docs * update erfinv;test=document_fix * subtract * for ci;test=document_fix
-
- 17 5月, 2022 1 次提交
-
-
由 WangXi 提交于
-
- 13 5月, 2022 1 次提交
-
-
由 wuhuanzhou 提交于
-
- 12 5月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
-
- 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
-
- 29 4月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 26 4月, 2022 3 次提交
-
-
由 David Nicolas 提交于
* replace the numpy with paddle_tensor for the data generation in code example * Create manipulation.py replace name as: https://github.com/PaddlePaddle/docs/blob/develop/docs/templates/common_docs.py#L9 * for CI;test=document_fix * for CI;test=document_fix Co-authored-by: NChen Long <1300851984@qq.com>
-
由 zyfncg 提交于
* optimize the performanece of sum api * optimize IsDenseTensorInput * remove debug log
-
由 David Nicolas 提交于
* align the api name parameter annotation in math.py; test=document_fix * Update math.py * Update math.py * for CI;test=document_fix Co-authored-by: NChen Long <1300851984@qq.com>
-
- 21 4月, 2022 1 次提交
-
-
由 David Nicolas 提交于
-
- 20 4月, 2022 1 次提交
-
-
由 Yilingyelu 提交于
* gradients; test=document_fix * fix VarType; test=document_fix * fix vartype; test=document_fix * cumsum; test=document_fix * t; test=document_fix
-
- 18 4月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* update * add conv yaml * add backward * remove useless code * fix bug * fix bug * revert fluid dygraph conv2d * remove useless infermeta function * fix meta fn deluplicat error * conv using custom impl * remove amp include * fix bug * use final op in maskrcnn and hrnet * refine Co-authored-by: Nphlrain <phliuhongyu@126.com>
-
- 12 4月, 2022 1 次提交
-
-
由 Asthestarsfalll 提交于
-
- 08 4月, 2022 2 次提交
- 07 4月, 2022 2 次提交
-
-
由 hong 提交于
* add dist erfinv gumbel softmax * fix test gumbel softmax op bug * try to fix gumbel softmax error * add label smooth backlist
-
由 YuanRisheng 提交于
* add yaml * perfect converage
-
- 06 4月, 2022 3 次提交
-
-
由 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
-
由 xiongkun 提交于
* fix less than * fix some tests * fix additional 3 unittest case
-
由 wanghuancoder 提交于
-
- 05 4月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* eager math op, test=develop * eager support lookahead, test=develop * refine,test=develop * refine doc, test=develop * refine,test =develop * refie, test=develop * refie, test=develop * refie, test=develop * test_paddle_multiprocessing * refine, test=develop * refine, test=develop * fix bug, test=develop * refine, test=develop * dataloader, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * test_datasets timeout, test=develop * refine, test=develop
-
- 04 4月, 2022 4 次提交
-
-
由 chentianyu03 提交于
* add clip yaml * import _test_eager_guad * add default value to scalar * add clip_grad default value * fix test failed
-
由 From00 提交于
* Add yaml for reduce_sum OP * Fix CI errors * Fix CI errors * Fix CI errors * Fix CI errors
-
由 Chen Weihang 提交于
* add add_n infermeta * forward run success * add add_n grad yaml
-
由 Chen Weihang 提交于
* support scale final state * fix inplace error * pass arg directly * pass arg directly for inplace api * fix type
-