Commit Graph

230 Commits

Author SHA1 Message Date
caifubi 629111c6d3 Add TensorCopySlice Op 2021-06-29 16:52:35 +08:00
i-robot 311e59c190 !17297 dynamic_shape_pipeline
Merge pull request !17297 from wanyiming/dynamic_shape_pipeline
2021-06-26 02:33:10 +00:00
王南 28607c906e fix some log bug 2021-06-25 16:03:21 +08:00
i-robot 4e8305d055 !18379 Convert python to C++ within StridedSlice operator.
Merge pull request !18379 from 沈竞兴/StridedSlice
2021-06-25 01:34:07 +00:00
shen_jingxing 0487f755bb StridedSlice 2021-06-24 15:03:07 +08:00
Ziyan be1f5a43d7 opt shard fit micro batch 2021-06-24 14:52:19 +08:00
wanyiming b37c99b112 dynamic 2021-06-22 13:34:10 +08:00
i-robot 147d670096 !18046 Convert python to C++ within Transpose operator.
Merge pull request !18046 from 沈竞兴/Transpose
2021-06-18 09:02:24 +00:00
zhujingxuan 83bfa06f8f add tensorarray and affine
from add tensorarray series to affine activation fusion
2021-06-18 11:32:48 +08:00
shen_jingxing 413862059b Transpose 2021-06-17 17:35:01 +08:00
i-robot 68ba3bf09f !18078 add inner ops: DynamicBroadcastGradientArgs
Merge pull request !18078 from wangnan39/add_inner_ops_broadcastgradientargs
2021-06-17 15:02:51 +08:00
cjh9368 46cecf1f9b [MS][LITE] add glu op 2021-06-16 12:33:52 +08:00
王南 f1b59bc454 add dynamic broadcastgradientargs 2021-06-14 23:32:57 +08:00
i-robot 85d860e6a2 !16457 [AutoParallel]pipeline_split_adapt_master
Merge pull request !16457 from lichen/pipeline_split_adapt_master
2021-06-11 11:37:40 +08:00
i-robot 86e0506680 !17014 covert python to C++ in BiasAdd operator
Merge pull request !17014 from 沈竞兴/BiasAdd
2021-06-11 10:25:50 +08:00
lichenever db5d508356 pipeline_split_adapt_master 2021-06-10 20:17:33 +08:00
shen_jingxing 9706c93905 BiasAdd 2021-06-10 19:43:43 +08:00
i-robot 28072324e9 !17277 [MSLITE] Support nnie.
Merge pull request !17277 from wangshaocong/nnie_to_master
2021-06-09 11:02:47 +08:00
simson 0b0e9580d7 conv2dbackpropinput & conv2dbackpropfilter c++ infer 2021-06-08 10:48:29 +08:00
wang_shaocong c82f1aee45 [MSLITE][NNIE] support nnie. 2021-06-08 09:58:18 +08:00
limingqi107 7f634d12f0 actor runtime support GraphKrenel 2021-06-07 20:25:46 +08:00
yanzhenxiang2020 16b43bca49 add DynamicStitch and SearchSorted aicpu ops 2021-06-04 16:25:27 +08:00
mindspore-ci-bot 70f6d34f3f !17594 Convert python to C++ within Neg operator.
From: @shen_jingxing
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-06-03 17:20:26 +08:00
mindspore-ci-bot 8fd596d50a !17214 convert python to C++ in Log and Riciprocal operator .
From: @shen_jingxing
Reviewed-by: 
Signed-off-by:
2021-06-03 14:11:24 +08:00
mindspore-ci-bot 5c1187490c !16559 Add hybrid training kernels
From: @zpac
Reviewed-by: @cristoval
Signed-off-by:
2021-06-03 09:20:40 +08:00
mindspore-ci-bot 28848a97b9 !17524 Add onnx export
From: @liuyang_655
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian,@zh_qh
2021-06-02 19:52:53 +08:00
shen_jingxing 7de1b397a6 Neg operator 2021-06-02 19:35:16 +08:00
shen_jingxing 96de085a1f Log&Reciprocal operator 2021-06-02 19:31:15 +08:00
mindspore-ci-bot 78dd391365 !17424 convert python to C++ within Equal operator.
From: @shen_jingxing
Reviewed-by: @zh_qh
Signed-off-by: @zh_qh
2021-06-02 19:02:09 +08:00
mindspore-ci-bot 26f09bed9b !17418 Add MaskedSelect CPU Operation
From: @wuxuejian
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
2021-06-02 16:37:45 +08:00
shen_jingxing 3705b138df Equal 2021-06-02 11:36:16 +08:00
ZPaC e8a581c776 Add hybrid training kernels 2021-06-02 09:36:09 +08:00
liuyang_655 bf33c04ff7 Add onnx export 2021-06-01 20:18:45 +08:00
wuxuejian 5ad5e427d0 Add MaskedSelect CPU Operation 2021-06-01 17:17:58 +08:00
mindspore-ci-bot 9c4d063198 !17169 convert python to C++ in Exp operator.
From: @shen_jingxing
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-05-31 17:27:36 +08:00
shen_jingxing b234cda0ea Exp 2021-05-31 11:06:30 +08:00
mindspore-ci-bot 56bb6468df !16800 covert python to C++ in BiasAddGrad operator
From: @shen_jingxing
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-05-28 16:57:10 +08:00
shen_jingxing 87175b9d22 BiasAddGrad 2021-05-28 09:22:50 +08:00
mindspore-ci-bot 11177f028a !16530 dropout support dynamic shape
From: @wangnan39
Reviewed-by: @ginfung,@liangchenghui
Signed-off-by: @liangchenghui
2021-05-27 14:18:45 +08:00
shen_jingxing 9f124a314a ReluGradV2 2021-05-26 11:57:11 +08:00
wangnan39@huawei.com 937acff29b dropout support dynamic shape 2021-05-26 11:08:02 +08:00
mindspore-ci-bot 9634ef4f1a !16796 LayerNorm support dynamic shape
From: @wangnan39
Reviewed-by: @ginfung,@liangchenghui
Signed-off-by: @liangchenghui
2021-05-26 10:26:50 +08:00
mindspore-ci-bot 22a492cbda !16698 ReLUGrad
From: @shen_jingxing
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-05-26 09:29:23 +08:00
mindspore-ci-bot abb6192daa !16028 Add identity op for cpu and gpu
From: @xcnick
Reviewed-by: 
Signed-off-by:
2021-05-25 22:01:44 +08:00
mindspore-ci-bot 63086109e0 !16665 covert python to C++ in Tile operator
From: @shen_jingxing
Reviewed-by: @ginfung
Signed-off-by:
2021-05-25 15:43:09 +08:00
wangnan39@huawei.com 4f2f5d8e75 layernorm support dynamic shape 2021-05-25 14:44:32 +08:00
shen_jingxing aae985cc67 ReLUGrad 2021-05-25 11:10:36 +08:00
shen_jingxing 21c4299bd6 Tile 2021-05-25 10:29:07 +08:00
mindspore-ci-bot 035f19674c !16534 ReLUV2
From: @shen_jingxing
Reviewed-by: 
Signed-off-by:
2021-05-25 10:13:33 +08:00
xcnick ccb31da31a Add identity op for cpu and gpu 2021-05-24 13:56:09 +00:00