- 01 8月, 2022 1 次提交
-
-
由 Lin Manhui 提交于
* Add kernel declarations * Copy kernel implementation code * Transfer implementation code * Register new kernels * Remove old kernels * Fix code style * Fix bugs * mutable_data->HostAlloc * Transfer infermeta * Add yaml and update python api * Add PADDLE_WITH_HIP check * Update unittests * Add kernel declarations * Copy kernel implementation code * Transfer kernel implementation code * Register new kernels * Remove old kernels * Add lu_unpack_sig * Fix bugs * Fix bugs * Fix bugs * Optimize directory structure * Add output checks * Update include files * lu_impl.h->lu_kernel_impl.h * Transfer infermeta * Add yaml and update python api * Add check_eager Co-authored-by: NBobholamovic <linmanhui@baidu.com>
-
- 30 7月, 2022 1 次提交
-
-
由 zhiboniu 提交于
* phi_prior_box * add float[] support * phi_prior_box_optest * update
-
- 29 7月, 2022 5 次提交
-
-
由 Haohongxiang 提交于
* migrate lstsq op * update * fix bugs for CIs * update * fix bugs * add uts * update * update * update * fix bugs of jip * fix bugs of hip * update * update according to review * update * update * update * update
-
由 zhiboniu 提交于
-
由 Wang Bojun 提交于
* add yaml and utests of phi softplus add yaml of softplus fix softplus bug in phi * update utests * bug fix * bug fix for test_layers * layer api match * match def and doc in ops.py * doc polish * fix unwanted modified of thresholded_relu * style imporve
-
由 Lin Manhui 提交于
* Add kernel declarations * Copy kernel implementation code * Transfer implementation code * Register new kernels * Remove old kernels * Fix code style * Fix bugs * mutable_data->HostAlloc * Transfer infermeta * Add yaml and update python api * Add PADDLE_WITH_HIP check * Update unittests * Fix bugs * Fix bugs * Optimize directory structure * Add output checks * lu_impl.h->lu_kernel_impl.h Co-authored-by: NBobholamovic <linmanhui@baidu.com>
-
由 Yulong Ao 提交于
* [Phi] Add yaml for assign_value * [Phi] Fix the bug of the assign api and modify the unittest * [Phi] Fix the bug when the tensor does not have the backend info * [Phi] Replace the functional-style cast init by the brace-init * [Phi] Cast the data explicitly
-
- 28 7月, 2022 6 次提交
-
-
由 HongyuJia 提交于
* test_activation_op unitest error, yaml & activation.py in_dygraph_mode incomplete * fix test_activation_op unitest error, add yaml and dygraph test * fix code style with pre-commit * try to fix namespace error of abs in activation_functor.h * fix namespace error of abs
-
由 Xiaoxu Chen 提交于
* migrate dirichlet op kernel to phi * fix dirichlet sample memory leak
-
由 Charles-hit 提交于
* Move frame OP to phi、add frame OP yaml config and supplement single test * add Header file of in_dygraph_mode * Modify variable name and FrameGradInferMeta multiplex UnchangedInferMeta * move seq2col to phi
-
由 Charles-hit 提交于
* Move api(lgamma) from legacy_api.yaml to api.yaml * Move api(lgamma) from legacy_api.yaml to api.yaml * Move api(lgamma) from legacy_api.yaml to api.yaml * modify code style * add x to X mapping * add definition of lgamma * delete redundant lgamma definitions * Modify code comments * Modify ops.py code format * add lgamma single test and lgamma api in fluid * Optimized lgamma unittest
-
由 Lin Manhui 提交于
* Add kernel declarations * Copy kernel implementation code * Transfer implementation code * Fix: Move out_grad to first * Register new kernels * Remove old kernels * Move out_grad to last * Fix bugs * Transfer infermeta * Add yaml files * Add blank line * Fix code style * Optimize directory structure Co-authored-by: NBobholamovic <linmanhui@baidu.com>
-
由 Jiabin Yang 提交于
-
- 27 7月, 2022 5 次提交
-
-
由 Zhong Hui 提交于
-
由 freeliuzc 提交于
* move crop_tensor from fluid to phi * delete fluid header files * fix crop_tensor_op dygraph_mode bug * modify header files, add out tensor check
-
由 caozhou 提交于
-
由 Wang Bojun 提交于
* move average_accumulates op to phi kernel
-
由 BiynXu 提交于
Add yaml and unittest for bmm op
-
- 26 7月, 2022 5 次提交
-
-
由 Zhong Hui 提交于
-
由 lyq 提交于
-
由 wanghuancoder 提交于
* add reverse yaml
-
由 xiongkun 提交于
* transfer the svd infer into phi infermeta * remove the svd.h * modify svd api * fix svd error by insert optional
-
由 BiynXu 提交于
* Move slogdeterminant op to phi * Add yaml and unit test for slogdeterminant
-
- 25 7月, 2022 2 次提交
-
-
由 Wang Bojun 提交于
* add_ymal_utest for phi grid_sampler op
-
由 lyq 提交于
-
- 22 7月, 2022 1 次提交
-
-
由 freeliuzc 提交于
* move inverse from fluid to phi with unitest bug * fix bug, add eager op yaml
-
- 21 7月, 2022 2 次提交
-
-
由 wanghuancoder 提交于
* bilinear_tensor_product yaml
-
由 ccrrong 提交于
* add temporal_shift yaml and unittest
-
- 20 7月, 2022 6 次提交
-
-
由 YuanRisheng 提交于
* seperate xshape kernel from normal kernel * fix bugs in infermeta * fix compile bugs * fix compile bugs
-
由 lyq 提交于
-
由 Zhong Hui 提交于
* move diag_embed to phi.
-
由 zhouweiwei2014 提交于
* [Phi] migrate exponential kernel to phi * fix comment * fix CI
-
由 lyq 提交于
-
由 Weilong Wu 提交于
* migrate as_complex kernel to phi * support as_complex and as_real in phi * rm GetExpectedKernelType for AsRealOp
-
- 19 7月, 2022 2 次提交
-
-
由 WangZhen 提交于
* Move angle op to phi * Replace mutable_data using Alloc * Remove some include * Try to fix windows ci error * include math.h to fix windows ci error * Fix kernel name * Move angle_grad infershape
-
由 freeliuzc 提交于
* move eig operator from fluid to phi * add eig_grad unitest, upgrade IsComplexType() from fluid to phi
-
- 15 7月, 2022 1 次提交
-
-
由 xiongkun 提交于
* transfer as_real to phi * fix erros * blocking: True -> False
-
- 14 7月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 13 7月, 2022 2 次提交
-
-
由 Ruibiao Chen 提交于
* Move eigvals OP to PHI * Fix CI errors * Fix CI errors
-
由 zhangbo9674 提交于
* mv to phi * refine infermeta code position * refine grad code * add api yaml and add final_state_api * refine code
-