王南
61ea1a3e9c
add and reduce grad support dynamic shape
4 years ago
fangzehua
53009276d1
add cpu dynamic memory
4 years ago
zhouyaqiang
f76cb53cfe
Add complex ops and bprop of real、conj、imag ops
4 years ago
liangchenghui
7614129eda
Add isnan/isinf operator bprop.
4 years ago
wangshuide2020
185ddbbe66
remove the redundant code, add docstring of operator init and add default value for args.
4 years ago
wangshuide2020
3551ee5a27
delete duplication_code, and fix the format and line too long problem.
5 years ago
zjun
2bc5456ef8
Fix high order grad
Signed-off-by: zjun <zhangjun0@huawei.com>
5 years ago
huangmengxi
a32dd94f44
fix
5 years ago
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
wangshuide2020
4e8bfc2862
1.add adapter of Mod, MaxPool3D and BCEWithLogitsLoss operators for graphengine.
2.fix the backword of matrixinverse.
5 years ago
TFBunny
e1462c8684
add indexaddgrad ops support and testcases
5 years ago
l00591931
b9b9bd5654
Add bprop for TensorAdd and GatherV2
5 years ago
mindspore-ci-bot
c2d120e714
!11978 Add grad impl for op MatrixInverse
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
zhouyuanshen
a078e11f66
add grad impl for op MatrixInverse
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
mindspore-ci-bot
76e9cc46fe
!11688 Add GPU ReciprocalGrad Kernel
From: @TFbunny
Reviewed-by: @tom__chen,@tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
TFBunny
88b5458f78
add new GPU kernel ReciprocalGrad
5 years ago
jiangzhenguang
de8c2c95d1
add isfinite grad
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
wangshuide2020
677127ef5e
add grad definition for AsinGrad and ACosGrad
5 years ago
liuxiao93
3c12317288
Fix bug about grad of P.LinSpace.
5 years ago
liuxiao93
584e241e29
Adapt ops LinSpace for Ascend.
5 years ago
danishnxt
9dba65c424
TensorDot Conv: P -> C
5 years ago
danishnxt
06a9b4aa37
Commit1_TensorDot
linting errors fix
comments cleanup
typo fix in doc
added more tests, fixed some formatting
changed expected dx values for linter
pylint const data fix
5 years ago
buxue
23fb6f8fc3
fix buf of pow bprop
5 years ago
root
4e85071055
redundant codes clean
5 years ago
mindspore-ci-bot
c493859978
!4004 add squreasumall grad
Merge pull request !4004 from fangzehua/squaresumall
5 years ago
fangzehua
7011508379
add squreasumall grad
5 years ago
fangzehua
f7b7b0aba7
fix reciprocal grad gpu and resizeNearestNeighor
5 years ago
mindspore-ci-bot
aa65cbf733
!3846 Add TBE op SquaredDifference\Xdivy\Xlogy for VM.
Merge pull request !3846 from liuxiao93/Add-ops-SeluSquaredDifference
5 years ago
mindspore-ci-bot
f4e4fd2cfd
!3577 add ReciprocalGrad RsqrtGrad SqrtGrad
Merge pull request !3577 from fangzehua/many_grad_ops
5 years ago
liuxiao93
374b7b8583
Add TBE op SquaredDifference for VM.
5 years ago
fangzehua
a80432f08e
add 4 grad ops
5 years ago
fangzehua
236204f931
fix matrixdiag floordiv softmax
5 years ago
fangzehua
228a959cc7
add reduce any op for vm
5 years ago
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
5 years ago
liuxiao93
8705545bcd
Fix bug about output of AddNGrad.
5 years ago
liuxiao93
c772b9e291
Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
5 years ago
jiangjinsheng
ffd0352162
vm for mod
5 years ago
mindspore-ci-bot
932b7649e7
!2241 Adapting operator named AccumulateNV2
Merge pull request !2241 from zhangzheng/accumulate
5 years ago
zhangz0911gm
4ac1876237
Adapting AccumulateNV2
6 years ago
jiangjinsheng
e71599b5ca
vm for lin_space
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
jiangjinsheng
e9d4b9864f
fixed Inv
5 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
5 years ago
jiangjinsheng
91183182f4
fixed CumSum, BesselI1e etc
5 years ago
zhaojichen
cdb7ec937b
add inv,invgrad&invert for vm
5 years ago
liuwenhao4
ad4996d528
Register forward and backward operations of Ceil
5 years ago
fangzehua
14b045fc63
add DivNoNan vm ops.
5 years ago
mindspore-ci-bot
addf8e7d06
!1750 add vm support for operaotr Expm1
Merge pull request !1750 from zhouneng/add_vm_support_for_expm1
5 years ago