- 30 5月, 2022 1 次提交
-
-
由 thunder95 提交于
* nanmedian op * 修改cuda kernel的bug * 修复count_if在其他硬件平台不兼容 * 修复某些cpu硬件不兼容 * 修复某些cpu硬件不兼容 * 修复isnan判断 * 兼容numpy低版本不支持全部nan的情况 * 兼容numpy低版本不支持全部nan的情况 * fix code example * fix api comment error * 修改反向传播逻辑以及c++处理逻辑 * 完成修改建议 * typo pre_dim * update en docs, test=document_fix * remove numpy in en doc, test=document_fix * add r,test=document_fix * 添加api到all * follow advice from chenwhql
-
- 18 5月, 2022 1 次提交
-
-
由 Ligoml 提交于
* docs_epoch1 * docs_epoch1 * update kron api docs * update erfinv;test=document_fix * subtract * for ci;test=document_fix
-
- 15 4月, 2022 1 次提交
-
-
由 Asthestarsfalll 提交于
-
- 13 4月, 2022 1 次提交
-
-
由 zhiboniu 提交于
-
- 02 4月, 2022 1 次提交
-
-
由 xiongkun 提交于
* 1. add the python api grad 2. add final and intermediate state vlog 3. change the python_api error logic * add python api or close the check_eager=True * fix the compatibility
-
- 01 4月, 2022 1 次提交
-
-
由 JYChen 提交于
* add notes for quantile UT * Supoort quantile in static-mode and add UT
-
- 08 3月, 2022 1 次提交
-
-
由 ronnywang 提交于
-
- 22 2月, 2022 1 次提交
-
-
由 zhiboniu 提交于
-
- 27 1月, 2022 1 次提交
-
-
由 huangxu96 提交于
Support the cases that the indices shape size is larger than the arr shape size
-
- 31 12月, 2021 1 次提交
-
-
由 JYChen 提交于
* add new api paddle.quantile and paddle.Tensor.quantile * add take_todo and fix UT
-
- 21 12月, 2021 1 次提交
-
-
由 sneaxiy 提交于
* mean first version * fix scalar mean * add fp16 dtype for api
-
- 25 8月, 2021 1 次提交
-
-
由 Adam Osewski 提交于
* Enable BF16 for creating global tensor and reduce_mean. * Functional test with small model.
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 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 提交于
-
- 17 11月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 10 11月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 30 10月, 2020 1 次提交
-
-
由 zhulei 提交于
* Add median api. * Add median api. * Add median api. * Add median api. * Add median api.
-
- 14 10月, 2020 1 次提交
-
-
由 chentianyu03 提交于
* modify cond while_loop to paddle.static.nn.cond * modify crop_tensor to paddle.crop * modify Variable to paddle.static.Variable * remove nn.beam_search, nn.beam_search_decode, nn.gather_tree * remove bpr_loss, center_loss, rank_loss, smooth_l1, teacher_student_sigmoid_loss, edit_distance, sampled_softmax_with_cross_entropy in nn.functional * remove apis in nn.functional.learn_rate.py * remove pool2d, pool3d, adaptive_pool2d, adaptive_pool3d in nn.functional * remove apis in nn.functional.vision * remove erf, soft_relu in nn.functional.activation * remove apis in nn.functional.extension * remove nn.functional.rnn * remove hash from nn.functional.lod * remove row_conv from nn.functional.extension * remove one_hot, pad2d, pad_constant_like from nn.functional.common * remove nn.gather_tree, nn.BilinearTensorProduct, nn.Pool2D, nn.Pad2D * remove apis from optimizer.__init * remove tensor.creation.fill_constant * remove elementwise_mul in nn.functional.common and modify to paddle.multiply * remove tensor.stat.reduce_mean * remove reduce_all, reduce_any in tensor.logic * remove apis in tensor.math * remove apis in tensor.__init__ * remove has_inf, has_nan in tensor.search * remove apis in framework.__init__ * remove apis in paddle.__init__ * remove apis in nn.functional.__init__ * modify removed alias apis to raw api in doc and unittests * fix remove grid_sample bug * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * modify removed alias apis to raw api in doc and unittests * delete alias api relastions in doc * reserve paddle.compat, paddle.sysconfig * remove unittest for paddle.reduce_all, paddle.reduce_any * modify removed alias apis to raw api in doc and unittests * recover paddle.save and paddle.load * resolve conflicts * fix sample code missing paddle.enable_static() bug * fix sample code missing paddle.enable_static() bug * fix to_string sample code error
-
- 04 9月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 22 8月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 wangchaochaohu 提交于
-
- 21 8月, 2020 2 次提交
-
-
由 zhupengyang 提交于
-
由 wangchaochaohu 提交于
-
- 12 8月, 2020 1 次提交
-
-
由 zhupengyang 提交于
-
- 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 2 次提交
-
-
由 XiaoguangHu 提交于
* define fluid alias in paddle.tensor and paddle.nn dir test=develop * from layer import loss in paddle.nn dir test=develop
-
由 Liufang Sang 提交于
-
- 16 4月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* add paddle.std api test=develop * update test=develop * fix example code format test=develop
-
- 14 4月, 2020 1 次提交
-
-
由 Yibing Liu 提交于
* Add variance computing layer for tensor * Format input data types * Remove unnecessary expand operation * Some fixes in doc
-
- 23 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
-
- 17 9月, 2018 1 次提交
-
-
由 yuyang 提交于
-
- 03 9月, 2018 1 次提交
-
-
由 chengduo 提交于
* fix high level API(Inference) bug * patch the unit tests
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 18 6月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 09 6月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* Use for_test=True in the Fluid Trainer to clone the test program * fix typo * Should do the samething to the inferencer
-
- 24 5月, 2018 1 次提交
-
-
由 daminglu 提交于
-
- 18 5月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-