andy_wangrui
|
b1ef9d09f3
|
mod master
|
2022-08-01 11:24:53 +08:00 |
i-robot
|
c3f441a665
|
!39145 fix param check for graph api
Merge pull request !39145 from ms_yan/fix_graph_check
|
2022-07-30 09:20:43 +00:00 |
i-robot
|
f9a4abc80d
|
!39218 clean static code warnings for compiler at 0730
Merge pull request !39218 from huanghui/clean-code-warnings0730
|
2022-07-30 09:16:41 +00:00 |
i-robot
|
37a4402f58
|
!39217 Fix code warning
Merge pull request !39217 from LiangZhibo/warning
|
2022-07-30 09:12:13 +00:00 |
i-robot
|
a29600ca73
|
!35764 [assistant][ops][I4ZZUI]New GPU operator implementation, include NonMaxSuppressionWithOverlaps
Merge pull request !35764 from 康渊瑞/NonMaxSuppressionWithOverlaps
|
2022-07-30 09:12:03 +00:00 |
i-robot
|
0e98a9b1e8
|
!38239 opt gpu layernorm grad
Merge pull request !38239 from kisnwang/opt-gpu-layernorm-grad
|
2022-07-30 08:56:37 +00:00 |
i-robot
|
e46dc4434b
|
!39001 Fix I5IZU7 optimize log && clean pclint-plus warnings
Merge pull request !39001 from zhangzhaoju/master
|
2022-07-30 08:45:29 +00:00 |
i-robot
|
b943479fea
|
!39151 Clean code warning.
Merge pull request !39151 from TronZhang/clean_code_master
|
2022-07-30 08:44:15 +00:00 |
i-robot
|
438c4eeac6
|
!39215 模板写法不规范,算子在msvc编译不通过
Merge pull request !39215 from qiuzhongya/master
|
2022-07-30 08:32:59 +00:00 |
i-robot
|
8c341f7a7e
|
!33803 [assistant][UpsampleNearest3d ][UpsampleNearest3dGrad] Add new operator UpsampleNearest3d & UpsampleNearest3dGrad
Merge pull request !33803 from 李文轼/Nearest3d
|
2022-07-30 08:26:07 +00:00 |
i-robot
|
7662be24a2
|
!39214 [MS][VMAP]fix bug of smooth_l1_loss_grad vmap
Merge pull request !39214 from mengyuanli/fix_bug_smooth_l1_loss
|
2022-07-30 08:19:30 +00:00 |
i-robot
|
d7389a4418
|
!38691 MHA fusion
Merge pull request !38691 from yonibaehr/export_yoni
|
2022-07-30 08:14:59 +00:00 |
i-robot
|
e765130de4
|
!39212 [MSLITE][CPU] reduce op functional api docs update
Merge pull request !39212 from Greatpan/code_docs
|
2022-07-30 07:52:20 +00:00 |
i-robot
|
fdd068df64
|
!38974 set from_persistent_mem flag when run graph by actor in pynative mode
Merge pull request !38974 from wanghenchang/mem-optimiz4
|
2022-07-30 07:48:41 +00:00 |
i-robot
|
8fb1d26d26
|
!38998 Avoid to recursively compare partial function abstract
Merge pull request !38998 from lanzhineng/issue
|
2022-07-30 07:33:28 +00:00 |
i-robot
|
85f64335fe
|
!39203 【算子】【mirror pad】修复资料问题
Merge pull request !39203 from yefeng/op_mirror_pad_fix_doc
|
2022-07-30 07:26:40 +00:00 |
i-robot
|
17675daf15
|
!39191 [MS][LITE] fix bias grad bug
Merge pull request !39191 from jianghui58/micro_train_dev
|
2022-07-30 07:22:26 +00:00 |
i-robot
|
7a4ed7bff7
|
!38833 Clean code
Merge pull request !38833 from liangzelang/master
|
2022-07-30 07:19:39 +00:00 |
i-robot
|
4c31056f35
|
!39084 Add func_graph in CellList to manager
Merge pull request !39084 from huangbingjian/celllist_funcgraph
|
2022-07-30 07:00:19 +00:00 |
i-robot
|
0364b852ac
|
!35406 [assistant] [I501QD] Add new operator Solarize
Merge pull request !35406 from HKO/Solarize
|
2022-07-30 06:58:50 +00:00 |
i-robot
|
890940a64f
|
!39202 add bias dropout add fusion
Merge pull request !39202 from kisnwang/master
|
2022-07-30 06:55:55 +00:00 |
i-robot
|
e94fdd3351
|
!39055 clean python code for master
Merge pull request !39055 from changzherui/clean_code_py_master
|
2022-07-30 06:40:44 +00:00 |
greatpanc
|
377b58b6a8
|
reduce op functional api docs update
|
2022-07-30 14:40:00 +08:00 |
i-robot
|
03215a3c88
|
!39198 Fix Renorm GPU op bug master
Merge pull request !39198 from lichen/fix_renorm_op_master
|
2022-07-30 06:32:35 +00:00 |
i-robot
|
08f63e4f16
|
!39159 Fix bug of resove process
Merge pull request !39159 from chenfei_mindspore/phi-node-dfx-fix
|
2022-07-30 06:17:33 +00:00 |
i-robot
|
11207a17b2
|
!35321 [assistant][ops] Add LuUnpack
Merge pull request !35321 from LHP-learning/LuUnpack
|
2022-07-30 06:03:21 +00:00 |
ms_yan
|
1ab191d8d1
|
add param check for graph api
|
2022-07-30 12:06:52 +08:00 |
huanghui
|
0ea55d2eea
|
clean static code warnings for compiler at 0730
|
2022-07-30 11:54:22 +08:00 |
liangzhibo
|
19a0f287ff
|
Fix code warning
|
2022-07-30 11:42:36 +08:00 |
TronZhang
|
a610b338e1
|
clean code
|
2022-07-30 11:31:32 +08:00 |
mengyuanli
|
50591fe1fa
|
fix bug of smooth_l1_loss grad vmap
|
2022-07-30 11:29:06 +08:00 |
qiuzhongya
|
4700cd34d4
|
修复模板写法不规范,MSVC编译不能通过
|
2022-07-30 11:25:03 +08:00 |
i-robot
|
2ab063fa94
|
!39205 Fix the output of argminwithvalue
Merge pull request !39205 from ZPaC/code_docs-fix-output-argminwithvalue
|
2022-07-30 03:06:28 +00:00 |
liangzelang
|
53af0b055d
|
clean code
|
2022-07-30 11:01:27 +08:00 |
i-robot
|
8f2ecb6c45
|
!39157 [MS][BUG]return error for ascend not support
Merge pull request !39157 from mengyuanli/fix_bug_scatter
|
2022-07-30 02:41:04 +00:00 |
i-robot
|
5412152183
|
!38990 fix scatterdiv
Merge pull request !38990 from 范吉斌/fix_scatterdiv
|
2022-07-30 02:37:15 +00:00 |
ZPaC
|
5f2c0c88c7
|
Fix the output of argminwithvalue
|
2022-07-30 10:31:14 +08:00 |
i-robot
|
8675414f4f
|
!39146 support OCR model infer in ascend
Merge pull request !39146 from zhengyuanhua/br3
|
2022-07-30 02:25:13 +00:00 |
yefeng
|
c7fff34215
|
fix doc
|
2022-07-30 10:10:52 +08:00 |
i-robot
|
dd5391af5d
|
!39170 Update argmin with value tensor api name
Merge pull request !39170 from ZPaC/update-argmin-with-value-name
|
2022-07-30 02:06:51 +00:00 |
i-robot
|
8e9f4d9e91
|
!39147 fix linspace for nan output when num is 1 on gpu platform
Merge pull request !39147 from 高攀/linspace
|
2022-07-30 02:05:31 +00:00 |
kswang
|
5b490c1c17
|
add gpu bias dropout add fusion
|
2022-07-30 10:05:01 +08:00 |
huangbingjian
|
f8d7ed29e0
|
Associate func_graph in CellList to manager
|
2022-07-30 09:59:36 +08:00 |
i-robot
|
0bdf1039ed
|
!38874 fix nn.NLLLoss docs
Merge pull request !38874 from 吕昱峰(Nate.River)/code_docs_master
|
2022-07-30 01:58:46 +00:00 |
lichen
|
bee3414336
|
fix_renorm_op_bug
|
2022-07-30 09:49:26 +08:00 |
i-robot
|
b2f4630083
|
!39165 chage default fusion size for DataParallel
Merge pull request !39165 from baihuawei/allreducemaster
|
2022-07-30 01:44:55 +00:00 |
i-robot
|
ce0da959ad
|
!39136 【算子】[MS][LITE] mirror pad func
Merge pull request !39136 from yefeng/Mirror_pad_func
|
2022-07-30 01:42:46 +00:00 |
lvyufeng
|
074d00b1f9
|
fix NLLLoss docs
|
2022-07-30 09:39:49 +08:00 |
i-robot
|
aa1d97ba80
|
!39141 conv1x1 c8
Merge pull request !39141 from ling/sr
|
2022-07-30 01:32:26 +00:00 |
i-robot
|
14d3a705e2
|
!38923 [MS][LITE] support cloud infer runtime convert
Merge pull request !38923 from sunsuodong/cloud_infer_runtime_convert
|
2022-07-30 01:23:12 +00:00 |