- 17 9月, 2021 1 次提交
-
-
由 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
-
- 11 8月, 2020 1 次提交
-
-
由 pangyoki 提交于
* Directory migration, test=develop * Change imperative from paddle init to paddle framework, test=develop * Fixed jit bug, test=develop * default static mode, test=develop * fixed format and create parameter belongs to framework, test=develop * Fixed import package, test=develop * fix __init__ format, test=develop * fixed alias problem * fixed paddle.enable_imperative problems, test=develop * Add unittest * delete install_check comment * Fixed unittest timeout * fixed unittest error * move Program default_xx_program to static package * optimize unittest method * fixed framework __init__ format * fixed jit path * delete alias * move jit to paddle * Fixed unittest format * fixed paddle.default_main_program * Fixed save load API in paddle __init__.py * fixed ci paddle.imperative.to_variable
-
- 07 8月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 27 7月, 2020 1 次提交
-
-
由 LutaoChu 提交于
fix the cross OP behavior is not as expected when axis=0
-
- 20 7月, 2020 1 次提交
-
-
由 LutaoChu 提交于
* update cross op parameters
-