- 30 8月, 2022 3 次提交
-
-
由 Aurelius84 提交于
* [OpAttr]padding_value of Pad support Tensor type * fix unittest * fix unittest * fix coverage
-
由 WangZhen 提交于
-
由 Chen Weihang 提交于
-
- 29 8月, 2022 2 次提交
-
-
由 Aurelius84 提交于
* [OpAttr]num_rows/num_colums of eye support Tensor type * fix attr cast with long type
-
由 HongyuJia 提交于
* add legacy_api.yaml * set merged_momentum inplace only * support inplace optional<vector<tensor>> * add dygraph_mode api * add merged_adam yaml * add merged_adam python api * change testcase of merged_adam and adam * fix import of test_merged_adam_op
-
- 25 8月, 2022 4 次提交
-
-
由 Aurelius84 提交于
* [OpAttr]axis of Reverse Support Tensor type * fix coverage * fix unittest
-
由 Aurelius84 提交于
* [OpAttr]min/max of Uniform_rand support Tensor type * fix typo
-
由 Rayman 提交于
-
由 hong 提交于
* add python final state * fix bug * fix bugs * fix bug * fix bug * revert impl, final state mul not support selected rows * fix softmax use cudnn error * add softlable false unitest * revert loss.py
-
- 24 8月, 2022 3 次提交
-
-
由 Chen Weihang 提交于
-
由 HongyuJia 提交于
* add legacy_api.yaml * set merged_momentum inplace only * support inplace optional<vector<tensor>> * add dygraph_mode api * optimize TensorToConstDenseTensorPtr
-
由 WangZhen 提交于
-
- 23 8月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* move distribute_fpn_proposals * fix some code * fix yaml bugs * add set dtype * move proposal_impl to funcs * fix compile bugs
-
- 22 8月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
some python c api use final state
-
- 19 8月, 2022 1 次提交
-
-
由 pangyoki 提交于
* add forward inplace final state api * fix bug * fix reshape * fix coverage * add inplace info for erfinv, lerp, put_along_axis * fix put_along_axis infer_meta * fix format * update yaml * fix
-
- 18 8月, 2022 4 次提交
-
-
由 HongyuJia 提交于
* transfer trilinear op to phi, change name from trilinear_interp_v2 to trilinear_interp * reserve linear_interp param * change testcase scale if-branch * testcase test_imperative_case * fix trilinear testcase * import paddle in test_trilinear_interp_v2
-
由 Aurelius84 提交于
* [OpAttr]Squeeze axes support Tensor * add support_tensor * fix unittest * fix coverage
-
由 HongyuJia 提交于
* transfer bilinear op to phi, change bname from bilinear_interp_v2 to bilinear_interp * reserve linear_interp param * fix cross device import
-
由 zyfncg 提交于
-
- 17 8月, 2022 1 次提交
-
-
由 HongyuJia 提交于
* transfer bicubic_interp op to phi, change name from bicubic_interp_v2 to bicubic_interp * test final_state_bicubic_interp api * testcase match imperative case
-
- 16 8月, 2022 3 次提交
-
-
由 Weilong Wu 提交于
* [Eager draft] forward_only interface migrate to autograd_api * strings api add dygraph forward function * rm useless comments * draft version for check CI * fix ci * forward-only no need compute_require_grad and pass stop_gradient, rm useless comments * polish yaml and using CPUPlace = phi::CPUPlace * rm useless comments * polish yaml and update some test case * rm useless funcs * polish eager_gen code * polish code
-
由 HongyuJia 提交于
-
由 Charles-hit 提交于
-
- 15 8月, 2022 3 次提交
-
-
由 Charles-hit 提交于
-
由 HongyuJia 提交于
* change name linear_interp_v2 to linear_interp * fix deprecated_op_names * deprecated_op_names add linear_interp_grad
-
由 wanghuancoder 提交于
* fix sync batch norm to inplace
-
- 12 8月, 2022 3 次提交
-
-
由 HongyuJia 提交于
* support optional<vector<Tensor>> in yaml and eager * delete useless comments in eager_gen.py * fix api_base.py support optional<vector<TTensor>> * python_c_gen.py support optional<vector<tensor>> * transfer linear_interp_v2 yaml from fluid to phi * fix op_test typo error * change linear_interp_v2 testcase * fix args in final_state_linear_interp_v2 * fix zeropad2d typo. test=document_fix
-
由 zyfncg 提交于
* remove some custom_impl api and make them generated by yaml completely * delete useless code * fix adamw bug * fix infermeta * revert adamw * polish code * fix bug
-
由 Siming Dai 提交于
* add init file * add op definition and infermeta * add kernel definition funcs * add broadcast infer shape * add gpu forward kernel * delete SUB and DIV * add x_grad * add template * add e_grad for min and max * fix small bug * temp commit * temp commit * add e_grad for sum and mean * fix some compile bug * fix compile bugs * fix compile problem * add sum forward unittest * fix broadcast error, add kernel sig, register e_grad, change unit test * fix grad * add temp grad fix * temp commit * add min max unittest * add max, min unittest, fix mul bug * add cpu forward sum and mean * add forward min max, fix mean unittest * add cpu backward min max * fix code-style * add backward sum mean * fix rocm ci * set uniitest timeout * fix bug of x broadcast to e, gpu grad * fix bug of x broadcast to e, cpu grad * rename BOOST_GET_CONST macro * fix rocm ci * mv graph_send_e_recv to graph_send_ue_recv * move out_size to IntArray * add eager op test * fix max pool type bug, add unittest for api * revise api doc * add fp16 for atomic min and max, add unittest * add unittest * add fp16 support for graph_send_recv * fix unittest fp16 bug * change OutSizeTensor to Out_size * move E to Y * add copyright, fix comment * review code * fix thread block size * fix thread block size * change api attribute name: pool_type to reduce_op, compute_type to message_op * change api attribute name, move pool_type to reduce_op, move compute_type to message_op
-
- 10 8月, 2022 2 次提交
-
-
由 duanboqiang 提交于
* add class center sample infershape * add yaml * modify unittest * modify unittest * remove comment
-
由 Aurelius84 提交于
* [OpAttr]Support VarDesc* and vector<VarDesc*> in Attribute * add unittest for inference predictor
-
- 09 8月, 2022 4 次提交
-
-
由 Weilong Wu 提交于
* [Eager] use final_state_fill_constant_ * fill_constant use str_value * add fill_constant_ to no_amp_list * use float(value) as input * support final state full_ same as fill_constant
-
由 Siming Dai 提交于
* change out_size to INTArray * fix out_size eager bug * add unittest for out_size tensor * add deprecated for paddle.incubate.graph_send_recv, add paddle.geometric.send_u_recv and unittests * fix lowest bug * fix according review comment * add default value in yaml * change api file name * change name
-
由 Charles-hit 提交于
* move api(erfinv) from legacy_api.yaml to api.yaml * change inplace_map key
-
由 duanboqiang 提交于
* add margin infer * migrate yaml * modify unittests script
-
- 08 8月, 2022 3 次提交
-
-
由 Zhang Ting 提交于
* fix sync error for fp16 * fix kernel register * add dtype of kernel in lecacy yamal
-
由 HongyuJia 提交于
* transfer kernel, make complete * add fill_sig file * fix code style * fix fill_sig, add yaml, modify python API * fix inplace, add inplace testcase * deprecated_op_names append fill * resolve comments, add test_backward
-
由 Thomas Young 提交于
-
- 04 8月, 2022 2 次提交