i-robot
ebe094ac0f
!21829 [assistant][ops] Add New Cdist and CdistGrad
Merge pull request !21829 from 孟权令/Cdist
4 years ago
jiangshuqiang
c2bd061889
fix summary isolation
4 years ago
SichongHao
5412382e16
[feat][assistant][I3T91W][I3T91X]add new operator Cdist and CdistGrad
4 years ago
huanghui
ba66c0d491
add security isolate for save_graphs
4 years ago
zhangzhaoju
4296881a16
syntax
4 years ago
i-robot
9b7a966174
!21262 [assistant][ops]New operator implementation, include SparseApplyRMSPropD
Merge pull request !21262 from 梁秀波/SparseApplyRMSPropD
4 years ago
i-robot
bbbd6e0254
!22579 modify resizebilinear infer type
Merge pull request !22579 from Simson/opinfer
4 years ago
simson
7a2fbdda85
modify resizebilinear infer type
4 years ago
Feve1986
82b04d6a1e
[feat][assistant][I40FFX] add new Ascend operator SparseApplyRMSPropD
4 years ago
jiangzhenguang
8812c8fe9b
amend assign
4 years ago
i-robot
37ecdba742
!20829 [assistant][ops]New operator implementation, include ApplyAdagradDA
Merge pull request !20829 from 梁秀波/ApplyAdagradDAD
4 years ago
zx
0efbedd23c
[feat][assistant][I40FFF] add new Ascend operator ApplyAdagradDA
4 years ago
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
- Fix the key generating.
- Distinguish the executors.
4 years ago
i-robot
cd4081ac87
!20676 [assistant][ops] Add array operator SplitV
Merge pull request !20676 from 孟权令/SplitV
4 years ago
i-robot
7083ec9d37
!21925 add pad mode to maxpool3d
Merge pull request !21925 from jiangzhenguang/amend_maxpool3d
4 years ago
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
jiangzhenguang
8a78b2b7f6
add pad mode to maxpool3d
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
hedongdong
09bc1bddf1
[feat][assistant][I3T92H] add new array operator SplitV
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
5 years ago