- 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
-
- 02 6月, 2020 1 次提交
-
-
由 Qi Li 提交于
* add histc operator, test=develop * update english doc to 2.0 API, test=develop * update API from histc to histogram, test=develop Co-authored-by: Nroot <root@yq01-gpu-255-129-15-00.epc.baidu.com>
-
- 15 5月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* add alias in paddle.nn and paddle.tensor test=develop * add alias in paddle.nn and paddle.tensor dir test=develop * fix same conflict manually test=develop * update fc and dygraph alias test=develop * fix initalizer.py typo test=develop
-
- 14 5月, 2020 1 次提交
-
-
由 swtkiwi 提交于
-
- 26 4月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* define fluid alias in paddle.tensor and paddle.nn dir test=develop * from layer import loss in paddle.nn dir test=develop
-
- 24 4月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
* Add cholesky_op forward part. test=develop * Complete cholesky_op forward part. test=develop * Add cholesky_op backward part. test=develop * Complete cholesky_op backward part. test=develop * Refine cholesky_op error check and docs. test=develop * Add grad_check unit test for cholesky_op. test=develop * Fix sample code in cholesky doc. test=develop * Refine some error messages of cholesky_op. test=develop * Refine some error messages of cholesky_op. test=develop * Remove unused input in cholesky_grad. test=develop * Remove unused input in cholesky_grad. test=develop * Fix stream for cusolverDnSetStream. test=develop * Update PADDLE_ENFORCE_CUDA_SUCCESS from cholesky_op to adapt to latest code. test=develop * Add CUSOLVER ERROR in enforce.h test=develop * Fix the missing return value in cholesky. test=develop
-
- 21 4月, 2020 2 次提交
-
-
由 wawltor 提交于
Fix the dygraph mode in matmul, add the support in Linear Op
-
由 Zhang Ting 提交于
-
- 20 4月, 2020 1 次提交
-
-
由 danleifeng 提交于
-