dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
liuxiao93
d91cf86d2d
Add nn.Conv3d and nn.Conv3dTranspose.
5 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
zhouyuanshen
f3c257fd97
add checkouts for input parameters of InstanceNorm2d
5 years ago
mindspore-ci-bot
5a6bb251b0
!12724 add Dropout2D and rename Dropout3d to Dropout3D
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
5 years ago
liuxiao93
d44c706baf
batchnorm to batchnorm3d.
5 years ago
mindspore-ci-bot
54c37bcd61
!12947 Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
From: @liu_xiao_93
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
liuxiao93
35f6ba9011
Add MaxPool3D,MaxPool3DGrad,MaxPool3DGradGrad ops for Ascend.
5 years ago
liuxiao93
522aad27b6
fix second grad output of BCEWithLogicLoss.
5 years ago
yuchaojie
d2cb3aa1c2
unify AvgPoolGrad
5 years ago
yanzhenxiang2020
95dbfe0636
add Dropout2D and rename Dropout3d to Dropout3D
5 years ago
liuxiao93
f7c855c7c3
fix some error message and api bug.
5 years ago
mindspore-ci-bot
d4abe53f34
!11705 fix_conv3d_bn3d
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
8913505536
fix_conv3d_bn3d
5 years ago
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
5 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
5 years ago
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
5 years ago
yuchaojie
611a9a3654
unify Conv's attr pad_list
5 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
5 years ago
mindspore-ci-bot
59551879a0
!11021 Add new nn layer InstanceNorm2d
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
5 years ago
zhouyuanshen
26f6daa850
add new op instancenorm2d
5 years ago
mindspore-ci-bot
b3e6eb63a4
!10873 fix reorder
From: @lianliguang
Reviewed-by: @zh_qh,@zh_qh,@chujinjin
Signed-off-by: @zh_qh,@zh_qh
5 years ago
LianLiguang
d2fe2aa7cc
add reorder of node after opt
5 years ago
mindspore-ci-bot
274e0aa750
!10885 add nll_loss operation
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
5 years ago
hedongdong
b783070467
add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
A minor change in sigmoidGradGrad operation (non-functional change).
5 years ago
yanghaoran
b1ee7d9926
Synchronize latest Ascend software suite 29 Dec 2020
5 years ago
mindspore-ci-bot
2599aefad0
!10219 Fix softmax prop when axis is not the last dimension.
From: @liangchenghui
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
5 years ago
caojian05
a3b6f57842
add CPU ops: Sign, NotEqual, Split, AvgPool, AvgPoolGradCpu
5 years ago
liangchenghui
29cd9ac4b5
Fix softmax prop when axis is not the last dimension.
5 years ago
liuxiao93
46b8ab3c40
Adapt nn.Unfold and inner.ExtractImagePatches.
check input dims for nn.LSTM.
5 years ago
mindspore-ci-bot
a3d4dded12
!9979 BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
From: @david-he91
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
5 years ago
hedongdong
6cc9d2c087
BUGFIX: Correct the calculation of the output 'd_x' of the operator LayernormGradGrad
5 years ago
jiangzhenguang
9cf856dd25
amend some script
5 years ago
mindspore-ci-bot
0c2856c632
!9617 Add new operator layer_norm_grad_grad
From: @david-he91
Reviewed-by:
Signed-off-by:
5 years ago
hedongdong
8bfeadf26e
Add new operator layer_norm_grad_grad
5 years ago
jiangzhenguang
5060565920
add conv3d_transpose.
5 years ago
mindspore-ci-bot
186f5394ba
!9155 add_conv3d_object
From: @jiangzg001
Reviewed-by:
Signed-off-by:
5 years ago
liuxiao93
712ad98a92
Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
5 years ago
jiangzhenguang
c45eee9b94
add conv3d object
5 years ago
shibeiji
cd850bd210
register activation operator fast_gelu
5 years ago
hedongodng
0279323b99
add grad definition for sigmoidGrad operation
5 years ago
liangchenghui
94736fb5ac
Suit avgpoolgrad operator with latest Atlas package
5 years ago
liuxiao93
45d343257b
Add DynamicGRU.
5 years ago
zhaoting
f2e9d9cfc7
add some cpu operator
5 years ago
VectorSL
509b25ef1e
gpu nhwc
5 years ago
liuxiao93
34e6368d05
move inner.DynamicRNN to P.DynamicRNN.
5 years ago
baihuawei
fea928e976
remove CTCLossV2
5 years ago
liubuyu
96622fc804
support extract_image_patches op
5 years ago