Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
...
- Fix the key generating.
- Distinguish the executors.
2021-08-28 17:36:12 +08:00
i-robot
cd4081ac87
!20676 [assistant][ops] Add array operator SplitV
...
Merge pull request !20676 from 孟权令/SplitV
2021-08-26 13:54:40 +00:00
i-robot
7083ec9d37
!21925 add pad mode to maxpool3d
...
Merge pull request !21925 from jiangzhenguang/amend_maxpool3d
2021-08-26 09:08:37 +00:00
i-robot
471c57d3d7
!20046 [assistant][ops] Add New MaskedFill
...
Merge pull request !20046 from 孟权令/MaskedFill
2021-08-26 07:43:18 +00:00
i-robot
07eaa1969b
!22344 fix compile error when weight is used in while condition
...
Merge pull request !22344 from xychow/fix-while-loop-with-weight-in-condition
2021-08-26 03:00:38 +00:00
i-robot
457a01fd09
!20055 [assistant][ops] Add math operator IndexAdd
...
Merge pull request !20055 from 孟权令/IndexAdd
2021-08-26 01:15:39 +00:00
jiangzhenguang
8a78b2b7f6
add pad mode to maxpool3d
2021-08-25 16:24:02 +08:00
doit
a5193df648
[feat] [assistant] [I3T92B] add new array operator MaskedFill
2021-08-25 15:29:37 +08:00
i-robot
36238032a2
!22245 Add pynative switch layer ut test case
...
Merge pull request !22245 from zjun/switch_layer_ut_test
2021-08-25 07:24:28 +00:00
hulx
c70731d601
[feat][assistant][I3T924] add new math operator IndexAdd
2021-08-25 14:19:17 +08:00
zhousiyi
44bdcb101c
fix while loop compile error when weight is used in while condition
2021-08-25 01:33:34 +00:00
hulx
ca6f3ef155
[feat][assistant][I3T925] add new math operator Erfinv
2021-08-24 21:25:04 +08:00
hedongdong
09bc1bddf1
[feat][assistant][I3T92H] add new array operator SplitV
2021-08-24 19:54:26 +08:00
zjun
779b655cfe
Add switch_layter pynative ut test
...
Signed-off-by: zjun <zhangjun0@huawei.com>
2021-08-24 11:21:13 +08:00
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
...
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
2021-08-23 01:46:38 +08:00
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
2021-08-22 16:26:45 +08:00
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
2021-08-22 13:39:37 +08:00
doit
bf23333b27
[feat] [assistant] [I3T927] add new math operator Lerp
2021-08-20 20:19:41 +08:00
i-robot
954864bfba
!22037 incoroporate getitem if indexed node is zeros_like
...
Merge pull request !22037 from xychow/always-incorporate-getitem-if-zeros-like
2021-08-20 02:14:35 +00:00
i-robot
c93bb9936e
!20011 [assistant][ops] Add nn operator Roll
...
Merge pull request !20011 from 孟权令/Roll
2021-08-19 06:28:28 +00:00
zhousiyi
dcd374961e
incoroporate getitem if indexed node is zeros_like so AddN(MakeTuple(x, zeros_like)) can be optimized
2021-08-19 03:28:24 +00:00
hedongdong
d76ed25e96
[feat][assistant][I3T92I] add new nn operator Roll
2021-08-18 10:15:17 +08:00
SichongHao
3d2892b454
[feat][assistant][I3T91Y][I3T91Z]add new operator SoftMarginLoss and SoftMarginLossGrad
2021-08-06 15:13:13 +08:00
zhangjie
b04036e13c
[feat][assistant][I3PYD4] add new data operator HShrink and HShrinkGrad
2021-08-01 20:55:58 +08:00
danansheng
accb87606a
[feat][assistant][I3PYD4] add new data operator HShrink
2021-08-01 20:52:55 +08:00
Zhang Qinghua
8be269c1cc
Fix GradOperation issues:
...
- Allow the J CNode used multiple as non-call input.
- Check recursive J FG including FV J CNode.
- Add grad functional api.
2021-07-26 20:47:49 +08:00
wanglixin
33e93e296c
[fix][assistant][I3PYD0] fix bug in the Ascend operator HSigmoid and HSigmoidGrad
2021-07-23 16:33:16 +08:00
wild-fox
b6c575689d
[feat][assistant][I3PYD0] add new Ascend operator HSigmoid
2021-07-23 16:20:51 +08:00
wanglixin
a377ade89f
[feat][assistant][I3PYD3] add new Ascend operator HSigmoidGrad
2021-07-23 16:20:51 +08:00
Lizxxy
5d00d482e4
[feat][assistant][I3PYDC] add new Ascend operator SoftShrinkGrad
2021-07-20 17:55:02 +08:00
zx
be26e62080
[feat][assistant][I3PYDB] add new Ascend operator SoftShrink
2021-07-20 17:52:46 +08:00
huangbingjian
d695554ae5
modify the error message of abstract join
2021-06-18 14:12:10 +08:00
huangbingjian
ad8f73f32b
set default context mode to GRAPH_MODE
2021-06-09 14:40:49 +08:00
liuxiao93
1160088c8f
support avgpool3d
2021-05-22 14:44:11 +08:00
mindspore-ci-bot
ed72a0d9c3
!16497 Add more accurate abstract join error information
...
From: @huangbingjian
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-05-18 19:36:11 +08:00
huangbingjian
81624dd501
add more error report to abstract join
2021-05-17 21:14:17 +08:00
Zhang Qinghua
bea16101c3
Add environment variable to enable recursive evaluate.
2021-05-14 20:01:19 +08:00
yepei6
acbd7eb023
add more tensor methods
2021-05-10 14:40:53 +08:00
huangmengxi
d6be043cb9
fix & restructure setitem
2021-04-27 10:03:10 +08:00
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
2021-03-18 19:02:28 +08:00
l00591931
bd777e0710
throw exception when tensor has zero in shape
2021-03-16 10:39:48 +08:00
mindspore-ci-bot
e1a95b1152
!12714 rebuild getitem
...
From: @yepei6
Reviewed-by:
Signed-off-by:
2021-03-11 14:49:21 +08:00
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
2021-03-10 15:33:07 +08:00
yepei6
57373ed30a
merge getitem the by otehr types to by tuple(success)
2021-03-09 10:47:29 +08:00
mindspore-ci-bot
e58be0de71
!12737 quantum state evolution operator
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
2021-03-03 15:38:42 +08:00
mindspore-ci-bot
85461bcdb3
!12532 add SyncBatchNorm
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
2021-03-01 19:34:41 +08:00
xuxs
066d23e2ad
evolution operator
2021-03-01 14:20:31 +08:00
yuchaojie
6d195f340c
add SyncBatchNorm
2021-02-27 14:32:54 +08:00
mindspore-ci-bot
f269f3fc8d
!12231 Support ad for scalar inputs
...
From: @ginfung
Reviewed-by:
Signed-off-by:
2021-02-26 15:50:32 +08:00
yujianfeng
41189781f3
support scalar input for cell
2021-02-25 09:56:15 +08:00