- 10 3月, 2022 4 次提交
-
-
由 Zhong Hui 提交于
* move segment_pool to phi. * mark summed ids as optional tensor. * fix as reviews.
-
由 Linjie Chen 提交于
* move argsort to phi * refine files * remove mutable_data * fix unittest * fix unittest * remove infershape * update infershape * fix ci * fix ci * fix ci * fix * fix * fix * fix * fix * fix * fix
-
由 Zhong Hui 提交于
* move arg min max to phi. * move infermeta. * fix as reviews.
-
由 hong 提交于
* move dropout to phi; test=develop * fix xpu, npu compile error; test=develop
-
- 09 3月, 2022 13 次提交
-
-
由 Linjie Chen 提交于
* move viterbi to phi * move infershape to phi * update infershape * fix * resolve conflicts
-
由 YuanRisheng 提交于
-
由 zyfncg 提交于
* save code * fix bug of set_value * add coverage test
-
由 crystal 提交于
* migrate eigh to phi * optimize code * modify code according to comment * conflict resolution
-
由 wawltor 提交于
* fix the full_like with fill the value of inf * update the test case for the fill_any_like * updae the comments for the full_like
-
由 huangxu96 提交于
* Add wait after Copy * fix wrong place delete
-
由 zhangkaihuo 提交于
Sparse conv3d backward(gpu)
-
由 xiongkun 提交于
* transfer the nll_loss_op and pass the CI * push * fix by self-review * fix by cr * add nll_loss * fix code
-
由 Chen Weihang 提交于
-
由 chenenquan 提交于
* [Phi] Migrate linspace op * [Phi] Migrate linspace op * [Phi] Fix linspace op * [PHI] rename data_tranform to data_type_transform * [PHI] Fix DECLARE and PD
-
由 chentianyu03 提交于
* add reduce_max kernel * add reduce max kernel * update reduce max Argumentmapping * remove reduce_max kernel * remove reduce_max kernel * add reduce max infermeta * rename reduce infermeta
-
由 JingZhuangzhuang 提交于
-
由 Yang 提交于
* fix take_along_axis cuda op register bug * add comma after float Co-authored-by: NChen Weihang <chenwhpro@163.com>
-
- 08 3月, 2022 10 次提交
-
-
由 Yiqun Liu 提交于
-
由 Chen Weihang 提交于
* remove gpudnn suffix & polish cmake * fix typo
-
由 Yang 提交于
* [Phi] move put_along_axis/take_along_axis/maxout * use phi::Copy
-
由 Chen Weihang 提交于
* move matrix inverse into phi * change license year
-
由 YuanRisheng 提交于
[Phi]Move Relu/Cos/Sin/Tan/Acos/Asin/Atan/Sinh/Cosh/Asinh/Acosh/Atanh kernels in Activation to Phi (#40175) * move activation op * adjust code format * fix compile bugs * fix ci bugs * code format adjust * code format adjust2 * activate ci status * modify according to comment
-
由 xiongkun 提交于
* transfer accuracy op and pass the ci * remove header file * fix code * fix code * fix * fix
-
由 WJJ1995 提交于
* support isfinite for phi * mark v2 * fixed bugs * fixed include bugs * deal with comments * decoupling selected_rows * rm bfloat16 * fixed infermeta * fixed code style * rm useless code * replace pt by pd
-
由 Aganlengzi 提交于
* [custom kernel]Upgade support for multi libs * upgrade phi_custom_kernel deps
-
由 wawltor 提交于
* [Phi] transfer old kernel to pten kernel for the graph_send_recv op * update the code for the define of graph_send_recv * fix the gradient problem for graph_send_recv * fix the compile problem * update the enfore message for the windows * update the code for the compiler * update compiler problem for the windows * udpate the code for windows * fix some format problem
-
由 furnace 提交于
* [Phi] move InferShape for truncated_gaussian_random and gaussian_random * [Phi] delete useless codes
-
- 07 3月, 2022 7 次提交
-
-
由 0x45f 提交于
* move bincount OP to phi * fix dtype * set_dtype by weights or x * fix conflicts
-
由 WJJ1995 提交于
* Add is_empty * fixed for CI * fixed code style * resolve conflict * deal with comments * replace pt by pd
-
由 YuanRisheng 提交于
* move elementwise_div grad * change mutable_data to alloc * fix compile bugs
-
由 Chen Weihang 提交于
* remove storage deps of empty * remove invalid empty method * remove error empty using * fix test_sparse_utils_dev_api * revert some sparse change * add memset for conv grad * resolve conflict * resolve conflict * resolve conflict
-
由 zhangbo9674 提交于
* add gaussian random * add full * refine reduce * refine code * refine gaussian_random unittest * add unittest for fill_any_like fill_constant
-
由 Liu-xiandong 提交于
* [phi] move multi_dot OP * fix the segment bug * fix bug * delete useless comment * fix CI bug
-
由 Aurelius84 提交于
* [Phi]Migrate Adamax into phi * Add adadelta kernel
-
- 06 3月, 2022 2 次提交
-
-
由 Zhong Hui 提交于
* move dist op to phi * fix * fix * fix as reviews
-
由 zhouweiwei2014 提交于
* Migrate triangular_solve op into phi * fix CI * move MatrixReduceSum to phi funcs * move MatrixReduceSum to phi funcs * fix comment * fic CI
-
- 05 3月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove eig dep for svd helper * fix win failed
-
- 04 3月, 2022 3 次提交
-
-
由 hong 提交于
* add yolo box kernel; test=develop * fix comile error; test=develop
-
由 zyfncg 提交于
* move selected_rows kernel head to selected_rows dir * update license * add sr namespace * refacter selected_rows kernel funciton name * fix bug
-
由 chentianyu03 提交于
-