- 10 1月, 2022 3 次提交
-
-
由 wangxinxin08 提交于
* add mish operator and api * remove redundant code and modify grad_atol of mish unittest * modify mish code to be consistent with other activation implementation * modify comment of mish
-
由 pangyoki 提交于
Cherry-pick PR #38014
-
由 Guoxia Wang 提交于
-
- 07 1月, 2022 1 次提交
-
-
由 Yulong Ao 提交于
* [Cherry-pick] Add the forward QR operator * Add a check for multiplex op * Improve multiplex based on reviews
-
- 06 1月, 2022 6 次提交
-
-
由 Haohongxiang 提交于
* optimize backward (#37055) * update * update * update * modify code style
-
由 wawltor 提交于
-
由 Jiaqi Liu 提交于
-
由 Roc 提交于
-
由 Wilber 提交于
Co-authored-by: Nfeng_shuai <fengshuai03@baidu.com>
-
由 jakpiase 提交于
[CHERRY-PICK] Fix for matmul_v2 oneDNN op broadcasting when inputs dims have different lengths (#38733) * fix for matmul_v2 broadcasting * resolved conflicts
-
- 05 1月, 2022 2 次提交
- 30 12月, 2021 1 次提交
-
-
由 zyfncg 提交于
本PR修复了以下两个tensor切片索引bug: 1.修复Tensor索引赋值调用set_value op出现的显存泄露问题,该问题主要是由Inplace策略的使用不当导致,本PR中已完成修复。 2.修复使用多个None类型索引时结果维度异常的问题
-
- 29 12月, 2021 5 次提交
-
-
由 Guoxia Wang 提交于
-
由 Guoxia Wang 提交于
-
由 Guoxia Wang 提交于
* support data_format='NHWC' for prelu channel mode (#37019) * support data_format='NHWC' for prelu channel mode * fix prelu weight shape for NHWC of static mode (#38310)
-
由 Shang Zhizhou 提交于
-
由 Shang Zhizhou 提交于
-
- 24 12月, 2021 1 次提交
-
-
由 Aurelius84 提交于
[CustomOp]Add RWLock to protect loading module under multi-thread and multi-process (#38128) (#38271) [Cherry-pick][CustomOp]Add RWLock to protect loading module under multi-thread and multi-process (#38128)
-
- 23 12月, 2021 2 次提交
-
-
由 Guanghua Yu 提交于
* fix clip_extra when QAT export model * clear up unittes modify
-
由 Guanghua Yu 提交于
-
- 21 12月, 2021 1 次提交
-
-
由 huangxu96 提交于
Add python interface of subgraph: 1. all_sub_graphs() 2. get_sub_graph(idx)
-
- 16 12月, 2021 2 次提交
- 15 12月, 2021 1 次提交
-
-
由 chentianyu03 提交于
Issue37932 反馈 layer.to 不支持paddle.dtype类型的问题,新增了对这类型的支持。详情见:#38018 同时,也一并cherry-pick了遗漏的 PR 36779 的commit。 修改内容: Cherry-pick #36779 cherrry-pick #38018
-
- 13 12月, 2021 4 次提交
-
-
由 Shang Zhizhou 提交于
-
由 0x45f 提交于
动转静时,将函数中的注释行进行删除。 有函数体外的注释行,使用gast库进行func2ast转换时会导致出错,本PR之后将注释行(#开头的行)进行了删除
-
由 zhangbo9674 提交于
优化layer.to实现逻辑,相关pr: Remove additional warnning in layer.to ( #36700) Refine param conversion logic in layer.to ( #36862) Fix Layer.to() of device bug ( #37156)
-
由 Wangzheee 提交于
* fix_ele_convert: IElementWiseLayer can broadcast * fix_ele_convert
-
- 10 12月, 2021 3 次提交
-
-
由 Shang Zhizhou 提交于
fix: when ceil_model==true && Padding_algo!=SAME, (x-size)/stride != int, this convert is wrong (#37929) (#38033) Co-authored-by: Nfeng_shuai <fengshuai03@baidu.com>
-
由 Guanghua Yu 提交于
-
由 Guanghua Yu 提交于
-
- 09 12月, 2021 1 次提交
-
-
由 0x45f 提交于
Polish for zip in dy2stat
-
- 08 12月, 2021 1 次提交
-
-
由 wenbin 提交于
-
- 07 12月, 2021 2 次提交
-
-
由 Aurelius84 提交于
Fix default behavior if block=None in static mode (#37827)
-
由 Aurelius84 提交于
Fix cflags D_GLIBCXX_USE_CXX11_ABI takes no effect problem in customized op
-
- 06 12月, 2021 1 次提交
-
-
由 Webbley 提交于
-
- 03 12月, 2021 2 次提交
- 01 12月, 2021 1 次提交
-
-
由 kuizhiqing 提交于
* py2 to py3 bug and iface fix for pslib (#36102) * avoid setting logging.basicConfig (#37031)
-