- 26 9月, 2022 4 次提交
-
-
由 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
-
由 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 7 次提交
-
-
由 Weilong Wu 提交于
-
由 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 8 次提交
-
-
由 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
-
- 21 9月, 2022 5 次提交
-
-
由 zhangkaihuo 提交于
* for add_bias
-
由 wuhuachaocoding 提交于
-
由 wenbin 提交于
* residual_no_bias * comments * more ut * fix input
-
由 zhoutianzi666 提交于
* Remove trt_reshape2_matmul_fuse_pass
-
由 LiYuRio 提交于
-
- 20 9月, 2022 7 次提交
-
-
由 Roc 提交于
uniform logger manager in FleetAPI. hidde API under distributed/utils which users don't need.
-
由 Roc 提交于
-
由 zhoutianzi666 提交于
* Support matmul_v2 in PaddleTensorRT
-
由 Nyakku Shigure 提交于
-
由 weishengying 提交于
-
由 YuanRisheng 提交于
* add amp yaml * fix ci bugs
-
由 HongyuJia 提交于
* polish code comments * polish data_device_transform.cc
-
- 19 9月, 2022 8 次提交
-
-
由 feifei-111 提交于
[warning] added warning message in cond block when one branch returns variable and another returns None (#46031) * [cherry-pick] Allow manaully set py_reader name in standalone executor (#45898) (#45931) * Allow manaully set py_reader name in standalone executor
-
由 Yulong Ao 提交于
-
由 Charles-hit 提交于
-
由 wuhuachaocoding 提交于
-
由 xiongkun 提交于
* 1. refactor the return transformer. 2. fix some bugs in return transformer. * support raise error while return stmt's father is For or while * fix ci error. * fix ci error and add some unittest * code format * fix ci error
-
由 zyfncg 提交于
* clear extra attr of some ops in opmaker * revert clear use_cudnn for pool * fix test_operator_desc * fix Attr interface of OperatorBase
-
由 Nyakku Shigure 提交于
* [CodeStyle] trim trailing whitespace in yaml and hook * python incremental whitespace and yml files
-
由 Charles-hit 提交于
* support cast op backward refuse forward * Fix the bug of high order unit test framework
-