- 24 9月, 2021 1 次提交
-
-
由 Weilong Wu 提交于
* Add linalg.solve op, test=develop * Fix a bug caused by accidental deletion * updated description and fix a bug: missing a comma * Add linalg.solve op, test=develop * updated solve op backward logic * updated solve op backward logic again * Add linalg.solve Op, test=develop * Updated and modified to fit CI requirements * Fix a bug * 1)Add more test cases; 2)Fix a wrong usage in reduces operation; 3)Remove redundant code * Remove redundant comments * 1)Removed redundant code; 2)Updated to enhance code robustness * Removed redundant code * Updated API documents
-
- 22 9月, 2021 1 次提交
-
-
由 huangxu96 提交于
Add new API : paddle.linalg.det & paddle.linalg.slogdet API Alias:paddle.det& paddle.slogdet
-
- 18 9月, 2021 1 次提交
-
-
由 From00 提交于
* Add linalg.eigvals API * pre-commit check * Adjust code style * Fix conflict * Improve code style * Modify the test code to ignore testing CUDA kernel * Sort ouput data before checking in test code * Set timeout value for UT * Improve API example code to pass CI * Fix bug for None fetch_list in Windows * Delete grad Op
-
- 17 9月, 2021 2 次提交
-
-
由 andyjpaddle 提交于
* add pinv api, test=develop * add linalg pinv api, test=develop * update example code, test=develop
-
由 0x45f 提交于
-
- 16 9月, 2021 3 次提交
-
-
由 Haohongxiang 提交于
* Support new API linalg.cond in paddle * check code style * check code style * modify codes * add docs_eng of linalg.cond * add svd_norm for linalg.cond * modify docs_en of cond * add support for empty input in dynamic mode * modify set_time of unittest * update * modify unittest of cond * update * remove cond in paddle.__all__ * pull latest codes * merge latest codes * update
-
由 crystal 提交于
-
由 zhangkaihuo 提交于
-
- 13 9月, 2021 1 次提交
-
-
由 xiongkun 提交于
-
- 10 9月, 2021 1 次提交
-
-
由 sunzhongkai588 提交于
* fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix * fix warning error , test=document_fix
-
- 09 9月, 2021 1 次提交
-
-
由 0x45f 提交于
* init matrix_rank op, add matrix_rank CPU code and test * add GPU kernel, remove svd_eigen.h * add CPU kernel when tol is tensor * add cpu and gpu code when tol is tensor * fix CI-ROCM error * add matrix_rank API describe, fix PR-CI-Py3 error * fix PR-CI-Windows error, add matrix_rank API test * delete useless comments * fix review * add my code in svd_helper.h * update doc commets * remove spaces
-
- 02 9月, 2021 1 次提交
-
-
由 xiongkun 提交于
* Add SVD Op and it's GPU and CPU kernel * Remove CUDAPlace in test_svd_op, make the test available in CPU package * modfity the file * fix windows bug/ fix ROCM / fix test timeout * for pass the CIs * improve error report * for code review * some modification to test_svd_op * change python code style * expose the svd interface for document
-
- 20 8月, 2021 1 次提交
-
-
由 Hao Lin 提交于
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 08 7月, 2021 1 次提交
-
-
由 Hao Lin 提交于
* opt dygraph python API, test=develop * Fix unbind bug in manipulation.py
-
- 29 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
add __all__=[] to python files not in API public list; import * only support in API public list files (#32643)
-
- 27 4月, 2021 1 次提交
-
-
由 zhiboniu 提交于
-
- 26 4月, 2021 1 次提交
-
-
由 Zhong Hui 提交于
* [DOC] Clarify the difference between paddle.norm and np.linalg.norm
-
- 05 12月, 2020 1 次提交
-
-
由 myq406450149 提交于
* enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop * fix format. test=develop * format fix. test=develop * add lod_rank_table. test=develop * fix format. test=develop * fix doc info. test=develop * fix np error * add unbind dygraph api. test=develop * fix unbind doc.test=develop
-
- 30 11月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 26 11月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-
- 24 11月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with '''
-
- 23 11月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 19 11月, 2020 1 次提交
-
-
由 danleifeng 提交于
-
- 11 11月, 2020 1 次提交
-
-
由 furnace 提交于
-
- 10 10月, 2020 1 次提交
-
-
由 LutaoChu 提交于
Fix cross, cumsum op docs
-
- 30 9月, 2020 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 Qi Li 提交于
-
- 29 9月, 2020 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 furnace 提交于
-
- 27 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 25 9月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* add fp16 for matmul
-
- 21 9月, 2020 1 次提交
-
-
由 furnace 提交于
-
- 08 9月, 2020 1 次提交
-
-
由 myq406450149 提交于
* fix frobenius_norm error, rm p=0 2-axis support. test=develop
-
- 04 9月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
update doc of paddle.to_tensor
-
- 27 8月, 2020 1 次提交
-
-
由 myq406450149 提交于
-
- 22 8月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* add matmul_v2
-
- 20 8月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* fix the doc of dot
-
- 13 8月, 2020 1 次提交
-
-
由 ShenLiang 提交于
* fix the doc of inverse, dot, cholesky
-
- 12 8月, 2020 1 次提交
-
-
由 pangyoki 提交于
* fixed imperative module in doc example code * fixed static module * solve conflict
-