- 30 11月, 2020 1 次提交
-
-
由 joejiong 提交于
As the title
-
- 27 11月, 2020 4 次提交
-
-
由 lilong12 提交于
update expand as op to use the shape of the target tensor instead of the target tensor itself. (#29020) * update, test=develop
-
由 LutaoChu 提交于
add paddle.subtract, optimize paddle.maximum and paddle.minimum
-
由 徐铭远 提交于
* fix doc example, test=develop, test=document_fix
-
由 pangyoki 提交于
* fix Categorical en doc * fix doc for apis * remove numpy in sample code
-
- 26 11月, 2020 3 次提交
- 25 11月, 2020 1 次提交
-
-
由 joejiong 提交于
Simple code clean up
-
- 24 11月, 2020 2 次提交
- 23 11月, 2020 2 次提交
-
-
由 Leo Chen 提交于
* refine doc of bernoulli * fix some problems * fix unsqueeze * fix squeeze * fix doc
-
由 Zhang Ting 提交于
-
- 20 11月, 2020 2 次提交
-
-
由 Zhou Wei 提交于
-
由 Aurelius84 提交于
* Fix wrong out dtype from helper.input_dtype * add unittest * remove disable_static in op_test * fix param name typo
-
- 19 11月, 2020 3 次提交
-
-
由 danleifeng 提交于
-
由 joejiong 提交于
Add new operator log10
-
由 TeslaZhao 提交于
* Fix two english api documents, transpose and strided_slice * delete nouse comments
-
- 18 11月, 2020 1 次提交
-
-
由 wawltor 提交于
faster the compare ops dygraph model speed
-
- 17 11月, 2020 4 次提交
-
-
由 lilong12 提交于
-
由 Aurelius84 提交于
* fix output dtyp inconsistent with input * refine code
-
由 wangchaochaohu 提交于
-
由 zhupengyang 提交于
-
- 16 11月, 2020 2 次提交
-
-
由 wangchaochaohu 提交于
-
由 GaoWei8 提交于
-
- 12 11月, 2020 3 次提交
-
-
由 Yang Zhang 提交于
also fix `no_grad` alias
-
由 joejiong 提交于
As the title
-
由 Steffy-zxf 提交于
fix the add_n english doc
-
- 11 11月, 2020 3 次提交
- 10 11月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 09 11月, 2020 2 次提交
-
-
由 WangXi 提交于
-
由 wangchaochaohu 提交于
-
- 04 11月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add broadcast_shape api * add ut * follow comments * add example code, test=dodument_fix * update example code, test=document_fix
-
- 30 10月, 2020 1 次提交
-
-
由 zhulei 提交于
* Add median api. * Add median api. * Add median api. * Add median api. * Add median api.
-
- 26 10月, 2020 3 次提交
-
-
由 Zhou Wei 提交于
-
由 cnn 提交于
* Release 2.0rc cherry pick api rename #28108 (#28184) * rename count_include_pad-->exclusive return_indices-->return_mask * remove track_running_stats * fix typo. * rename xxxd-->xxxxD * solve conflicts * 2.0rc api add all any (#28199) * reduce trt warning message (#28011) add paddle.enable_static() on sample code alias recude_all-->all, reduce_any-->any add import reduce_all and reduce_any in python/paddle/tensor/math.py import all and any in python/paddle/tensor/__init__.py remove all and any OP in python/paddle/tensor/logic.py, add all and any OP in python/paddle/tensor/math.py fix import error remove TestAllAPI temporary * fix doc of recdue_all and reduce_any, test=document_fix * fix typo * fix unittest for all and any API Co-authored-by: NPei Yang <peiyang@baidu.com> * rename conv_transposeXd-->convXd_transpose (#28198) * fix sample code of reduce_all and reduce_any Co-authored-by: NPei Yang <peiyang@baidu.com>
-
由 Leo Chen 提交于
* refine format * update doc * handle uninitialized tensor * add ut
-
- 21 10月, 2020 1 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-