- 30 9月, 2021 4 次提交
-
-
由 李季 提交于
-
由 Guoxia Wang 提交于
-
由 Guoxia Wang 提交于
-
由 Feng Ni 提交于
add roi align, cherry-pick #35102
-
- 29 9月, 2021 4 次提交
-
-
由 Lijunhui 提交于
向PaddlePaddle中的线性代数库添加eig算子,该算子计算一般方阵的特征分解。 cherry-pick 自#35674.
-
由 hlygit66666 提交于
* add get_device_name and get_device_capability * fix docs * fix docs * fix decs
-
由 Yanxing Shi 提交于
* test=document_fix * test=document_fix * test=document_fix * test=document_fix
-
由 Wenyu 提交于
* add roi pool * rename input as x
-
- 28 9月, 2021 2 次提交
-
-
由 zhangkaihuo 提交于
根据线性代数库的API暴露规则修改multi_dot的API暴露规则: 1、在python/paddle/tensor/linalg.py 路径下实现 2、在python/paddle/linalg.py 下import并加入__all__列表 3、在python/paddle/tensor/init.py下引入并加入tensor_method_func列表 4、删除了pythonpaddle/init.py的import
-
由 ronnywang 提交于
ATT, cherry-pick #36160
-
- 27 9月, 2021 14 次提交
-
-
由 Yanxing Shi 提交于
* Initial Commit * fix py2 error * fix wrong words and doc * test=document_fix * fix _gpuDeviceProperties
-
由 Jiawei Wang 提交于
* fix unique unstack dim 0 * fix unique_op format
-
由 zhaoyingli 提交于
-
由 JZ-LIANG 提交于
-
由 zhiboniu 提交于
remove recent linalg api in paddle.init; add args 'name' in some new linalg api interface
-
由 Haipeng Wang 提交于
-
由 Wilber 提交于
-
由 LJQ❤️ 提交于
-
由 ronnywang 提交于
ATT, cherry-pick #36098
-
由 Xiaoxu Chen 提交于
-
由 JYChen 提交于
cherry-pick from #35352 Add new detection api paddle.vision.ops.psroi_pool and paddle.vision.ops.PSRoIPool
-
由 Sing_chan 提交于
cherry-pick #35858、#35895
-
由 zhangbo9674 提交于
The AdamW optimizer modify the op from adamw to adam in pr35521, this is a inappropriate modify. Modify adam to adamw in AdamW.
-
由 YuanRisheng 提交于
When users use gumbel_softmax, they can use paddle.seed() in python for fixed seed.
-
- 26 9月, 2021 10 次提交
-
-
由 wuhuachaocoding 提交于
-
由 crystal 提交于
cherry-pick #35916,CPU前向计算将Eigen替换为Lapack,修改linalg暴露规则
-
由 wangzhuang01 提交于
-
由 Huihuang Zheng 提交于
This PR added det and slogdet API to release/2.2 It is cherry-pick from #34992 and #36013
-
由 niuliling123 提交于
[cherry-pick] Add function comments and instructions to the Primitive API
-
由 Weilong Wu 提交于
This PR supports linalg.solve calculation for linear algorithm module of Paddle. One may call paddle.linalg.solve to use it.
-
由 ronnywang 提交于
* add randperm_op_npu * fix test_set_value_op_npu
-
由 littletomatodonkey 提交于
* fix pad tuple * fix format
-
由 zhangbo9674 提交于
1、Split function GradScaler::minimize() to GradScaler::step() + GradScaler::update() 2、Add GradScaler::unscale_(optimizer)
-
由 wuhuanzhou 提交于
(cherry picked from commit 347b182fb771b8de6e3b7ffe381cf94b3911b553)
-
- 25 9月, 2021 1 次提交
-
-
由 baoachun 提交于
-
- 24 9月, 2021 5 次提交
-
-
由 From00 提交于
This PR implements the kernel of "eigvals" OP with the Lapack library, which has a better performance than the previous Eigen library.
-
由 Huihuang Zheng 提交于
Add basic Cost Model, it uses executor to run program and profile it to get op time. This is an early basic version, we will add more functions in the future.
-
由 Wilber 提交于
* update xpu version
-
由 Liu-xiandong 提交于
解决Windows中CUDA11.2编译出错的问题。 cherry-pick #35941
-
由 JingZhuangzhuang 提交于
-