- 26 9月, 2022 5 次提交
-
-
由 Weilong Wu 提交于
[Eager, Performance optimization] math op sink to Cpp level ( + and - operator as an example ) (#45811) * [Eager] math op sink to Cpp level * fix ci errors * draft version * draft version * draft version * support + and - operator under cpp directly * add static test * polish code * promote types or unify right type to left * recover static test case * polish code and fix some ci errors * support complex and polish code * fix conflicts * fix windows ci errors * fix windows-inference-ci errors * polish and fix tests * fix test case * polish code * polish code * polish code and fix code-format * polish code * polish code * polish code * polish code
-
由 Chen Weihang 提交于
* enable eager mode on xpu, test=kunlun * add numpy support to xpu * fix tensor using error * fix error, test=kunlun * fix failed tests, test=kunlun
-
由 Jiabin Yang 提交于
* support rsqrt_p * refine code and ut * add_prim_rsqrt * fix ut
-
由 zyfncg 提交于
* open the clip_extra flag in paddle.static.save_inference_model, test=allcase * set the defalut value of clip_extra in TracedLayer from False to True, test=allcase
-
由 zhaoyingli 提交于
-
- 25 9月, 2022 1 次提交
-
-
由 carryyu 提交于
* Disable TF32 to solve accuracy for test_trt_conv_pass and test_trt_deformable_conv in A10 GPU.
-
- 23 9月, 2022 8 次提交
-
-
由 Weilong Wu 提交于
-
由 zyfncg 提交于
-
由 Nyakku Shigure 提交于
* remove `yapf: disable` from math.py * disable test case only * remove useless disable * remove useless disable * revert no_grad_set_white_list
-
由 dongfangshenzhu 提交于
* add phi reduce_sum test=kunlun * add fhi reduce_sum test=kunlun * add fhi reduce_sum test=kunlun
-
由 Aurelius84 提交于
-
由 nihao 提交于
* 增加ks-test;注册kl_divergence * bug fix * bug fix data shape * 按要求修改 * sample code fix * 按要求修改 * bugfix * bugfix * bugfix * bugfix * bugfix * fix sample func * fix sample func * 按要求修改;sample函数bugfix * 按要求修改;sample函数bugfix * bugfix * 补充英文文档公式 * 英文文档bugfix * bugfix * bugfix * 英文文档修复 * 去除name参数
-
由 Allen Guo 提交于
-
由 Aurelius84 提交于
* [BugFix]Fix reduce_mean/min/sum/prod, cumsum grad_op infershape bug * fix typo * fix typo
-
- 22 9月, 2022 10 次提交
-
-
由 Nyakku Shigure 提交于
-
由 feifei-111 提交于
* add numpy api err msg * fix bug * fix unittest * add set_state_dict err * rewrite numpy_api_check * add define * change err msg * fix test * move import statement
-
由 Nyakku Shigure 提交于
-
由 Siming Dai 提交于
-
由 Hui Zhang 提交于
* fix sub sign reverse for mkldnn * refactor code as comment * remove useless * format code
-
由 zhoutianzi666 提交于
* fix beta bug in fill_constant_batch_size_like
-
由 feifei-111 提交于
* place * add test * fix spell and test * fix anno * code style
-
由 Aurelius84 提交于
* [Check]Enhance pooling output_size type check * add unittest
-
由 ronnywang 提交于
-
由 zhaoyingli 提交于
-
- 21 9月, 2022 9 次提交
-
-
由 feifei-111 提交于
* use re replace judge by case * simplify re
-
由 Guanghua Yu 提交于
-
由 zhangkaihuo 提交于
* for add_bias
-
由 xiongkun 提交于
-
由 wuhuachaocoding 提交于
-
由 wenbin 提交于
* residual_no_bias * comments * more ut * fix input
-
由 zhoutianzi666 提交于
* Remove trt_reshape2_matmul_fuse_pass
-
由 LiYuRio 提交于
-
由 Weilong Wu 提交于
* [Eager] polish clone interface * rm clone in python, add clone in eager_method.cc
-
- 20 9月, 2022 7 次提交
-
-
由 Roc 提交于
uniform logger manager in FleetAPI. hidde API under distributed/utils which users don't need.
-
由 Roc 提交于
-
由 zhangbo9674 提交于
-
由 zhoutianzi666 提交于
* Support matmul_v2 in PaddleTensorRT
-
由 ceci3 提交于
-
由 zhangbo9674 提交于
-
由 YuanRisheng 提交于
* move_merge_selected_rows * update code
-