Commit Graph

56649 Commits

Author SHA1 Message Date
i-robot 370260a91b
!45339 Fix the multiple front load nodes to the same backend for link control arrow.
Merge pull request !45339 from gaoyong10/dynamic_shape_06
2022-11-10 11:36:07 +00:00
i-robot 3dec973761
!45333 [CPU算子] [PReLU] 解决PReLU算子在fp16下存在的精度问题以及不支持x和weight类型不同的问题
Merge pull request !45333 from 沈佳俊/master
2022-11-10 11:32:04 +00:00
i-robot 25f57d9e25
!45313 整改dynamic shape用例第二版
Merge pull request !45313 from zhangdong/code_dev
2022-11-10 11:27:31 +00:00
i-robot 845852793f
!45048 modify checkparams
Merge pull request !45048 from 冯一航/modify_checkparams
2022-11-10 11:05:38 +00:00
i-robot a6fdae96e4
!45395 add marginrankingloss docs
Merge pull request !45395 from 冯一航/code_docs_add_margin_doc
2022-11-10 10:56:31 +00:00
i-robot 891dfc2fa5
!45337 fix the test_yolov5_dynamic_gpu test case
Merge pull request !45337 from hanhuifeng/master
2022-11-10 09:22:46 +00:00
i-robot cb14b77cd1
!45349 test
Merge pull request !45349 from 刘力力/master_out_chennal
2022-11-10 09:09:20 +00:00
i-robot 7c0fb73222
!45347 [MS][DOC]export some primitive doc
Merge pull request !45347 from mengyuanli/code_docs_export_primitive
2022-11-10 09:04:27 +00:00
i-robot 9a67a7a665
!45323 fix issue by remove default set_multi_subgraphs
Merge pull request !45323 from bichaoyang/master
2022-11-10 08:52:22 +00:00
i-robot 7f5fadf218
!45294 [MS][LITE]Fix unique_with_pad docs
Merge pull request !45294 from gongdaguo1/ffffssdf
2022-11-10 08:46:03 +00:00
i-robot a48acdfe06
!45206 fix dynamic and static memory graph boundary bug of getNext
Merge pull request !45206 from limingqi107/bug_fix3
2022-11-10 08:35:26 +00:00
i-robot a4545bdce6
!44265 PyNative Async Queue
Merge pull request !44265 from caifubi/master-pynative-async-queue
2022-11-10 08:14:27 +00:00
i-robot 6b3f660684
!45327 clear singleton at exit
Merge pull request !45327 from zhoufeng/clear-singleton-at-exit
2022-11-10 08:12:54 +00:00
i-robot c061d3ca11
!38240 [assistant][ops] Add RaggedTensorToTensor
Merge pull request !38240 from 夏芳冰/RaggedTensorToTensor
2022-11-10 08:12:42 +00:00
fengyihang 06c01d82f9 add marginrankingloss docs 2022-11-10 16:10:57 +08:00
i-robot 5e29ffe446
!45218 revert mixed precision error
Merge pull request !45218 from chujinjin/revert_mixed_precision_error
2022-11-10 08:06:02 +00:00
mengyuanli 04156a8df0 export some primitive 2022-11-10 16:01:39 +08:00
i-robot fad3d9e59f
!45398 Update ops contents
Merge pull request !45398 from shaojunsong/code_docs_1104
2022-11-10 07:44:00 +00:00
i-robot 8b576422d8
!45335 conv3d ops: more dilation & groups support on cpu/gpu backend
Merge pull request !45335 from Yanzhi_YI/conv3d
2022-11-10 07:11:01 +00:00
i-robot 41e0388f57
!44551 Modify ops.argmax functional api
Merge pull request !44551 from huangbingjian/argmax_func
2022-11-10 07:09:21 +00:00
shaojunsong 1f586262dc add ops func to contents 2022-11-10 15:02:56 +08:00
i-robot acad963438
!45316 neg_ops_master
Merge pull request !45316 from yide12/tensor_neg_master
2022-11-10 07:02:22 +00:00
i-robot 19f2e20376
!45197 Tensor APIs
Merge pull request !45197 from shaojunsong/tensor1104
2022-11-10 06:53:05 +00:00
jiajun169 8d9154bfdf Solve the precision problem of fp16 2022-11-10 14:52:28 +08:00
i-robot d061b12c53
!45311 dropout bug fix
Merge pull request !45311 from 黄晓/dropout_1109
2022-11-10 06:38:51 +00:00
i-robot 3ceec8685a
!45344 Fixbug in parallel fusion
Merge pull request !45344 from DeshiChen/1109_parallel_fusion_circle
2022-11-10 06:32:21 +00:00
i-robot 081d939a93
!45288 Modify the docs of conv3d functional api
Merge pull request !45288 from 朱家兴/master
2022-11-10 06:22:16 +00:00
i-robot 32f66f2402
!45389 fix glu example
Merge pull request !45389 from lianliguang/code_docs_ms
2022-11-10 06:19:57 +00:00
fengyihang 667f6b67f7 modify checkparams 2022-11-10 14:17:57 +08:00
i-robot a93291a84f
!45320 Add ops operators
Merge pull request !45320 from shaojunsong/fix/ops1109
2022-11-10 06:10:37 +00:00
zhangdong 3053cc860d dix dynamic shape st v2 2022-11-10 14:01:45 +08:00
lianliguang d2346efbab fix glu doc 2022-11-10 11:43:40 +08:00
i-robot a6ece5e38d
!45258 Add function.gaussian_nll_loss
Merge pull request !45258 from shaojunsong/fix/gaussian_nll_loss
2022-11-10 03:21:06 +00:00
i-robot 21ce969674
!38265 [feat] [assistant] [I4XJI7] add array operator MaskedFill
Merge pull request !38265 from Seeker98/op_maskedfill_0711
2022-11-10 02:58:11 +00:00
i-robot a4e9ad121d
!45256 fix concat to attr and pad vmap
Merge pull request !45256 from fangzehua/fix_concat_pad
2022-11-10 02:48:13 +00:00
shaojunsong 6f14d7d62a add ops.true_divde, ops.subtract 2022-11-10 10:33:34 +08:00
i-robot 2d0280c0eb
!45334 fix some issues master
Merge pull request !45334 from 李林杰/1109_fix_some_issues_master
2022-11-10 02:10:58 +00:00
i-robot 2c4d11fc4f
!45334 fix some issues master
Merge pull request !45334 from 李林杰/1109_fix_some_issues_master
2022-11-10 02:10:58 +00:00
i-robot b105e352b2
!45279 Fix graph sink in ps cache and akg kernel support zero copy.
Merge pull request !45279 from gaoyong10/dynamic_shape_05
2022-11-10 02:02:49 +00:00
i-robot d9a8425031
!45171 商用仓告警清理迁移master
Merge pull request !45171 from gaoshuanglong/enterprise_to_open
2022-11-10 01:58:19 +00:00
i-robot 3bc4ee145f
!40363 [assistant][ops] New GPU operator implementation, include FractionalMaxPoolWithFixedKsize, FractionalMaxPoolGradWithFixedKsize
Merge pull request !40363 from LHP-learning/FractionalMaxPoolWithFixedKsize
2022-11-10 01:48:26 +00:00
i-robot 7822eb4216
!45273 [MindSpore]change csr_mm中文注释修改
Merge pull request !45273 from 十六夜/master
2022-11-10 01:27:44 +00:00
i-robot 4d971a11f6
!45336 Change baseline ResNet of Ge Backend
Merge pull request !45336 from jiaorui/ge-resnet
2022-11-10 01:19:03 +00:00
i-robot af77fb457c
!45182 add api of Tensor.lcm Tensor.ldexp
Merge pull request !45182 from emmmmtang/master
2022-11-10 01:10:05 +00:00
i-robot ed0266ee25
!45147 [Expander] Add interfaces to get shape and dtype of Node.
Merge pull request !45147 from DeshiChen/1104_shapetype
2022-11-09 13:34:23 +00:00
z30020733 cf430f82a4 Modify the docs of conv3d functional api 2022-11-09 20:58:26 +08:00
i-robot c085dc8bc2
!44592 remove useless api
Merge pull request !44592 from lianliguang/remove-useless-api
2022-11-09 12:50:26 +00:00
i-robot 38df7ea7a7
!45338 fix docs related issues master
Merge pull request !45338 from 李林杰/code_docs_1109_fix_docs_master
2022-11-09 11:20:17 +00:00
jiaorui 12bdcab9b5 ge resnet loss 2022-11-09 17:53:03 +08:00
i-robot 245c3bc43e
!45319 Resnet50 Case
Merge pull request !45319 from jiaorui/ci
2022-11-09 09:51:53 +00:00