liuxiao93
68d9faf766
Add ops ReverseSequence for GE.
Adapter some op-info for VM.
5 years ago
jonyguo
9f761c4b2b
update run to c75b100
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
mindspore-ci-bot
f4e4fd2cfd
!3577 add ReciprocalGrad RsqrtGrad SqrtGrad
Merge pull request !3577 from fangzehua/many_grad_ops
5 years ago
fangzehua
a80432f08e
add 4 grad ops
5 years ago
Wei Luning
a05c38bb63
make python Parameter inherit from Tensor
5 years ago
changzherui
758853ff52
modify case
5 years ago
liubuyu
f4bc0bc9fe
move the dependency of utils to core
5 years ago
dinghao
c3dd731f89
Revert "parse tuple value and shape in prim attr"
This reverts commit ae1d948792 .
5 years ago
mindspore-ci-bot
5efc506eb2
!2764 Support Tuple/List nest and other features in binary model
Merge pull request !2764 from leopz/fix_shape
5 years ago
leopz
ae1d948792
parse tuple value and shape in prim attr
5 years ago
mindspore-ci-bot
2e4bb93a1e
!3250 [quant]bug fixes when export geir
Merge pull request !3250 from vlne-v1/quant_export_geir_biasadd_after_depth_wise
5 years ago
Wei Luning
7d5c9d52bc
fix geir export bugs
5 years ago
mindspore-ci-bot
bae2f964e5
!3213 Unified code style
Merge pull request !3213 from liubuyu/dev
5 years ago
liubuyu
76dc80e7b7
Unified code style
5 years ago
mindspore-ci-bot
6f8863b65d
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
5 years ago
yanghaoran
859acc6d2a
synchronize latest Ascend software suite 18 Jul 2020, and merging branches
5 years ago
liuxiao93
3b4ed0e5c5
Add op BasicLSTMCell for GE.
5 years ago
mindspore-ci-bot
e2668a7660
!3156 Change ApplyMomentumD->ApplyMomentum for GE.
Merge pull request !3156 from liuxiao93/ApplyMomentumD-ApplyMoment-GE
5 years ago
liuxiao93
cb453a8082
change ApplyMomentumD->ApplyMoment for GE.
5 years ago
Wei Luning
28d1d37085
End at validate when export.
5 years ago
changzherui
f4cb445ea8
syn code for 0715
5 years ago
liuxiao93
380a57f3c1
Adapt ApplyCenteredRmsProp.
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago
mindspore-ci-bot
2405cf71b2
!2981 primitive hook decouped
Merge pull request !2981 from lianliguang/primitive-decoupling
5 years ago
WilliamLian
9682d08d96
refactor primitive hook function
5 years ago
mindspore-ci-bot
8f15d1f608
!2791 convert subgraph
Merge pull request !2791 from changzherui/subgraph
5 years ago
changzherui
a27ce973ad
convert subgraph
5 years ago
mindspore-ci-bot
8eb98cb3e2
!2988 Add attr “roi_end_mode" in ROIAlign for both GE and VM backends.
Merge pull request !2988 from liuxiao93/ROIAlign
5 years ago
liuxiao93
d74d2608cb
Add attr in ROIAlign.
5 years ago
liuxiao93
e691c11f30
MatMul->MatMulV2
5 years ago
changzherui
17da929b82
syn code 0706
5 years ago
leilei_snow
5cccfbc61b
Add TransShape Operator.
6 years ago
Xian Weizhao
6d491b9073
relax the exception of control depend on value node
5 years ago
mindspore-ci-bot
a4fbdc3f69
!2245 Decouple ir::Tensor from python.
Merge pull request !2245 from hewei/decouple_tensor
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
yanghaoran
21c381b366
sync from mindspore to incubator
5 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
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
liuxiao
c7c6f5736b
Adapt ApplyProximalAdagrad and SparseApplyProximalAdagrad
5 years ago
zhaozhenlong
ccda0f7b36
add op AscendQuant AscendDequant
5 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
yanghaoran
8da4c1a763
synchronize latest ascend software 04 Jun 2020
5 years ago
liuxiao
6856c2ac7a
Adapt ops ApplyProximalAdagrad for GE
5 years ago
zhaojichen
73a836f286
fix applyrmsprop
5 years ago
zhaojichen
b6a0ee9f6c
fix applyrmsprop bug
5 years ago
jonyguo
228061818c
Merge branch 'incubator-master' into sync_05177ff9_6b1715a7
5 years ago
fary86
54ccab295c
1.Update log level of some statements in validator.cc
2.Fix core dump of exporting onnx model when device target is 'GPU'
3.Fix numbers of arguments and graph parameters check error
4.Fix log prefix of some files of gpu submodule is error
5 years ago