i-robot
471c57d3d7
!20046 [assistant][ops] Add New MaskedFill
Merge pull request !20046 from 孟权令/MaskedFill
4 years ago
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
4 years ago
i-robot
457a01fd09
!20055 [assistant][ops] Add math operator IndexAdd
Merge pull request !20055 from 孟权令/IndexAdd
4 years ago
doit
a5193df648
[feat] [assistant] [I3T92B] add new array operator MaskedFill
4 years ago
i-robot
36238032a2
!22245 Add pynative switch layer ut test case
Merge pull request !22245 from zjun/switch_layer_ut_test
4 years ago
hulx
c70731d601
[feat][assistant][I3T924] add new math operator IndexAdd
4 years ago
zhousiyi
44bdcb101c
fix while loop compile error when weight is used in while condition
4 years ago
hulx
ca6f3ef155
[feat][assistant][I3T925] add new math operator Erfinv
4 years ago
zjun
779b655cfe
Add switch_layter pynative ut test
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
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
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
doit
bf23333b27
[feat] [assistant] [I3T927] add new math operator Lerp
4 years ago
i-robot
954864bfba
!22037 incoroporate getitem if indexed node is zeros_like
Merge pull request !22037 from xychow/always-incorporate-getitem-if-zeros-like
4 years ago
i-robot
c93bb9936e
!20011 [assistant][ops] Add nn operator Roll
Merge pull request !20011 from 孟权令/Roll
4 years ago
zhousiyi
dcd374961e
incoroporate getitem if indexed node is zeros_like so AddN(MakeTuple(x, zeros_like)) can be optimized
4 years ago
hedongdong
d76ed25e96
[feat][assistant][I3T92I] add new nn operator Roll
4 years ago
SichongHao
3d2892b454
[feat][assistant][I3T91Y][I3T91Z]add new operator SoftMarginLoss and SoftMarginLossGrad
4 years ago
zhangjie
b04036e13c
[feat][assistant][I3PYD4] add new data operator HShrink and HShrinkGrad
4 years ago
danansheng
accb87606a
[feat][assistant][I3PYD4] add new data operator HShrink
4 years ago
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.
4 years ago
wanglixin
33e93e296c
[fix][assistant][I3PYD0] fix bug in the Ascend operator HSigmoid and HSigmoidGrad
4 years ago
wild-fox
b6c575689d
[feat][assistant][I3PYD0] add new Ascend operator HSigmoid
4 years ago
wanglixin
a377ade89f
[feat][assistant][I3PYD3] add new Ascend operator HSigmoidGrad
4 years ago
Lizxxy
5d00d482e4
[feat][assistant][I3PYDC] add new Ascend operator SoftShrinkGrad
4 years ago
zx
be26e62080
[feat][assistant][I3PYDB] add new Ascend operator SoftShrink
4 years ago
huangbingjian
d695554ae5
modify the error message of abstract join
4 years ago
huangbingjian
ad8f73f32b
set default context mode to GRAPH_MODE
4 years ago
liuxiao93
1160088c8f
support avgpool3d
4 years ago
mindspore-ci-bot
ed72a0d9c3
!16497 Add more accurate abstract join error information
From: @huangbingjian
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
huangbingjian
81624dd501
add more error report to abstract join
4 years ago
Zhang Qinghua
bea16101c3
Add environment variable to enable recursive evaluate.
4 years ago
yepei6
acbd7eb023
add more tensor methods
4 years ago
huangmengxi
d6be043cb9
fix & restructure setitem
4 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
l00591931
bd777e0710
throw exception when tensor has zero in shape
5 years ago
mindspore-ci-bot
e1a95b1152
!12714 rebuild getitem
From: @yepei6
Reviewed-by:
Signed-off-by:
5 years ago
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
5 years ago
yepei6
57373ed30a
merge getitem the by otehr types to by tuple(success)
5 years ago
mindspore-ci-bot
e58be0de71
!12737 quantum state evolution operator
From: @donghufeng
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
85461bcdb3
!12532 add SyncBatchNorm
From: @yuchaojie
Reviewed-by:
Signed-off-by:
5 years ago
xuxs
066d23e2ad
evolution operator
5 years ago
yuchaojie
6d195f340c
add SyncBatchNorm
5 years ago
mindspore-ci-bot
f269f3fc8d
!12231 Support ad for scalar inputs
From: @ginfung
Reviewed-by:
Signed-off-by:
5 years ago
yujianfeng
41189781f3
support scalar input for cell
5 years ago
wangshuide2020
b9eb90b198
add GPU for DenseBnAct, Erfc, Log1p, etc. in Supported Platforms.
5 years ago
wangshuide2020
8a7fa2e651
add raises description for Cast, Diag, Eye, Fill etc. operators.
5 years ago
mindspore-ci-bot
bff0fde980
!12249 make slice support tensor
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
5 years ago
buxue
416017bf65
make slice support tensor
5 years ago
xuxs
c70049b190
mindquantum
mindquantum
cmake lint
projectq patch
test pqc
space
pylint
pqc python ops
doc
check
bug
bug
bug
bug
check boundary condition
mindquantum in log_adapter
mindquantum in adapter and recorder cc
substract to subtract
public variable to private variable
public variable to private variable
commit
debug
debug
const in utils
delete dtol
clint
5 years ago