Commit Graph

53366 Commits

Author SHA1 Message Date
i-robot 1aa6543cf8
!42365 fix hunging on destroy stream when exit
Merge pull request !42365 from zhoufeng/xiu-ba-ge-4
2022-09-20 08:22:07 +00:00
chenfei dec7157a7c fix bug of maketuple trans in load eliminate pass 2022-09-20 16:13:14 +08:00
i-robot 818c4c6756
!42295 删除grad_math_ops文件中scipy引用
Merge pull request !42295 from zong_shuai/delete_cholesky_bp
2022-09-20 07:26:09 +00:00
i-robot e9344f950b
!42343 concat支持动态shape
Merge pull request !42343 from zong_shuai/concat_dyn_shape
2022-09-20 07:25:44 +00:00
i-robot 913998815e
!42391 AvgPool3D and grad support dynamic_shape
Merge pull request !42391 from hanhuifeng/ops_dyn_r1.9
2022-09-20 07:06:10 +00:00
zhuyuxiao a95b3dd4c8 static clean 2022-09-20 14:13:48 +08:00
albert-yan 8d5472a086 fix fuzz and modify scripts 2022-09-20 13:58:22 +08:00
panzhihui 90b4b77149 Add dynamic shape support for MatMul 2022-09-20 12:48:30 +08:00
panzhihui c617b96962 Add dynamic shape support for nllloss, cast, matrix_inverse and etc. 2022-09-20 12:45:08 +08:00
wangwenzhe 43789c6117 Exit when config file is invalid 2022-09-20 12:42:50 +08:00
YijieChen 44b84d4f65 Fix codecheck 2022-09-20 11:26:03 +08:00
luoyuan a6d0b2fb95 [MS][OPS][r1.9] fix unsortedsegment-arithmetic cpu datatype 2022-09-20 11:08:17 +08:00
i-robot eafc29ccaf
!42287 unify ascend data queue that can support both dynamic and static shape scenes
Merge pull request !42287 from wYann/data_queue_1.9
2022-09-20 03:05:54 +00:00
i-robot 97f5644233
!42359 fix KLDivLossGrad gpu
Merge pull request !42359 from yeyunpeng2020/r1.9
2022-09-20 02:58:11 +00:00
i-robot 6e08e454d3
!42317 Fix multiprocessing hang when releasing queue
Merge pull request !42317 from xiaotianci/fix_multiprocess_hang_1.9
2022-09-20 02:50:11 +00:00
i-robot 63f4c62c85
!42319 fix issue I5O6V6 I5O5XB and remove fl code twc and pack l2normalize RandomCategorical UnsortedSegmentMin UnsortedSegmentMax ops add dynamic shape st
Merge pull request !42319 from tan-wei-cheng-3260/develop-twc-1.9
2022-09-20 02:32:01 +00:00
i-robot 99b4ab1c68
!42299 conv3d算子same模式下shape问题的文档修复
Merge pull request !42299 from jijiarong/r1.9
2022-09-20 02:19:17 +00:00
i-robot 0f70cb55c1
!42361 fix warnings for r1.9
Merge pull request !42361 from 高攀/fix_warnings_r1.9_0919
2022-09-20 02:06:41 +00:00
i-robot 64d38a82f3
!42358 :code_clean_0919_1.9.
Merge pull request !42358 from yao_yf/code_clean_0919_1.9
2022-09-20 01:40:54 +00:00
i-robot e2396f17ec
!42331 fix params issues
Merge pull request !42331 from luojianing/code_docs_r1.9
2022-09-20 01:27:40 +00:00
zong_shuai 3b0e18859f infer 2022-09-20 09:22:55 +08:00
i-robot 0dcf3f088b
!42173 fix check warning: ignore the emplace return result
Merge pull request !42173 from xychow/fix-warning-in-1.9
2022-09-20 01:11:27 +00:00
i-robot ab8fe8debd
!42334 Add dynamic shape support for binary cross entropy and etc.
Merge pull request !42334 from panzhihui/bce_r1.9
2022-09-20 01:10:44 +00:00
i-robot bec8b79e99
!42292 clean_code_r1.9
Merge pull request !42292 from lichen/clean_code_r1.9
2022-09-20 01:10:09 +00:00
hanhuifeng2020 f800a4faa9 AvgPool3D and grad support dynamic_shape 2022-09-20 08:00:58 +08:00
i-robot 549992f75f
!42162 Fix clean code warning
Merge pull request !42162 from 胡彬/clean-code-1.9
2022-09-19 17:28:45 +00:00
i-robot 25210cd919
!42352 fixbug in DynamicBroadcastGradientArgsCpuKernel
Merge pull request !42352 from DeshiChen/0919_broadcast_args_1.9
2022-09-19 16:39:32 +00:00
xuanyue 57ca6777bf fix bug of GatherDGradV2-vmap when dim is negative 2022-09-19 21:56:58 +08:00
i-robot b4402302df
!42289 print support complex type
Merge pull request !42289 from 范吉斌/add_type_print_r1.9
2022-09-19 13:53:56 +00:00
i-robot b89343d516
!42302 add & update operators doc & description
Merge pull request !42302 from panfengfeng/code_docs_api_doc_1.9
2022-09-19 13:52:27 +00:00
i-robot 0a62599565
!42282 update ops examples r1.9
Merge pull request !42282 from panfengfeng/fix_some_issues_r1.9
2022-09-19 13:51:03 +00:00
i-robot 86e05de253
!42100 fix windows segment fault when process exiting
Merge pull request !42100 from zhoufeng/windows-core-dump
2022-09-19 12:48:42 +00:00
chenfei c1a2785982 support scalar addn 2022-09-19 20:41:15 +08:00
zhoufeng 2046fbd5eb fix hunging on destroy stream when exit
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2022-09-19 20:37:00 +08:00
luoyuan 60b8f4714a [MS][LITE][r1.9] fix lite python api examples 2022-09-19 20:36:06 +08:00
zhengyuanhua 0412003b74 fix smoke test 2022-09-19 20:22:52 +08:00
gaopan12 334104b7dd fix warnings for r1.9 2022-09-19 20:20:19 +08:00
yeyunpeng2020 585a925679 fix KLDivLoss gpu resize 2022-09-19 20:13:46 +08:00
i-robot 4672cf146a
!42053 [lite]support parsing tf-placeholderwithdefault op and control-flow degeneration
Merge pull request !42053 from 徐安越/r1.9_1
2022-09-19 12:13:12 +00:00
i-robot f8f406e682
!41994 [lite]code clean
Merge pull request !41994 from 徐安越/r1.9
2022-09-19 12:12:27 +00:00
yao_yf f4e4b14541 code_clean_0919_1.9 2022-09-19 20:01:49 +08:00
dayschan c620cab99e fixbug in DynamicBroadcastGradientArgsCpuKernel 2022-09-19 19:55:25 +08:00
luojianing 09180d8dc2 fix params issues 2022-09-19 19:52:37 +08:00
zong_shuai 7be14bf439 debug 2022-09-19 19:51:25 +08:00
i-robot 0fc4088ceb
!42228 clean code
Merge pull request !42228 from jiaorui/clean-code-1.9
2022-09-19 11:19:04 +00:00
i-robot e9c26c14bb
!42094 Dynamic rank for SparseSegmentSqrtNSegment
Merge pull request !42094 from jiaoy1224/r1.9
2022-09-19 11:13:15 +00:00
i-robot 592cbdca8c
!42277 static warning clean && refact xdivy
Merge pull request !42277 from zhangzhaoju/r1.9_static
2022-09-19 10:50:49 +00:00
i-robot d278b6b246
!42085 [MS][LITE][parallel predict] control flow infershape
Merge pull request !42085 from yefeng/cherry-pick-1663241163
2022-09-19 10:48:00 +00:00
panzhihui d15ecc8d9d Add dynamic shape support for binary_cross_entropy and etc 2022-09-19 18:04:10 +08:00
chenfei 6f45ecd676 static code clean 2022-09-19 17:42:25 +08:00