liuxiao93
54c96fe13b
Add DynamicRNN for old backend.
5 years ago
chenzomi
acadb694aa
[ME] delete reduant function in check_parameter
5 years ago
mindspore-ci-bot
c967bf6846
!7339 fix for se-resnet50 accurancy
Merge pull request !7339 from qujianwei/master
5 years ago
chenzomi
d471d32e87
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
5 years ago
chenzomi
d4e8e94981
[ME] delete check_bool and replace with Validate.check_bool
5 years ago
peixu_ren
6c0cfea75b
Remove StridedSlice AICPU version
5 years ago
panfengfeng
2d7b93e958
fix nn & operations api comments
5 years ago
VectorSL
347eb6b07a
move dropoutgrad to inner
5 years ago
liuxiao93
dd5e4c9f9a
dynamic_rnn for new backend opensource.
5 years ago
simson
e7f3a283fc
enhance ops API comment part3
5 years ago
Wei Luning
879a519136
updata signature
5 years ago
mindspore-ci-bot
e94416be0c
!5283 Support setting operator io format in the frontend
Merge pull request !5283 from liangchenghui/io_format
5 years ago
梁成辉
34d433fd9a
Set io format for old backend
5 years ago
lihongkang
073c6dd6f1
fix bugs
5 years ago
mindspore-ci-bot
13d1738ff3
!4706 fix SmoothL1Loss gpu kernel
Merge pull request !4706 from Peilin/smoothL1Loss-fix
5 years ago
lizhenyu
839ec02542
Add FusedBatchEx support
5 years ago
Peilin Wang
0d5220d33c
modified documentation and gpu kernel for smoothL1Loss
fix pylint
changed doc and code for SmoothL1Loss to be same a dchip. fixed grad kernel
fix ci
5 years ago
Peilin Wang
3cb3a5c7d8
type support for faster rcnn gpu kernels
addressed code review comments
fix cpplint and pylint
trying to fix python ut
fix smoke test
5 years ago
simson
dec2e4a819
Third round of the enhancement of API comments
5 years ago
fangzehua
c16a22c680
fix unsortedgrad clipbynorm boundingboxdecode
5 years ago
fary86
8ac5672abb
Add support for dynamic shape
5 years ago
fangzehua
a80432f08e
add 4 grad ops
5 years ago
mindspore-ci-bot
b9d60c5616
!3746 add klDivLoss python primitive
Merge pull request !3746 from baihuawei/loss
5 years ago
baihuawei
c2333ae195
add gpu python
5 years ago
fangzehua
86dd0c583a
fix avgpool grad
5 years ago
changzherui
17da929b82
syn code 0706
5 years ago
xutianchun
589b936874
fix MirrorPadGrad infer
5 years ago
peixu_ren
a47f5493d5
added strided slice and its grad as internal interface
5 years ago
jiangjinsheng
ce4e15b0b3
vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
5 years ago
xutianchun
cf98f5c0b5
fix MirrorPadGrad
5 years ago
jiangjinsheng
d1060690b2
fixed SpaceToBatchND, Conv2DBackpropFilter
5 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
Merge pull request !2499 from yihuaijie/master
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
jiangjinsheng
a1e148cb4d
vm for LRN and LRNGrad
5 years ago
mindspore-ci-bot
edeba61c05
!2494 fixed StridedSliceGrad
Merge pull request !2494 from jiangjinsheng/issue_fix4
5 years ago
jiangjinsheng
6c9d32d446
fix StridedSliceGrad
5 years ago
mindspore-ci-bot
c8f26f799b
!2436 fix nn.PReLU example
Merge pull request !2436 from jiangjinsheng/issue_fix4
5 years ago
jiangjinsheng
157ee1ca16
fix nn.PReLU example
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
mindspore-ci-bot
0a897b0ce7
!1865 add inv,invgrad&invert for vm
Merge pull request !1865 from JichenZhao/bnops_for_vm
5 years ago
zhaojichen
cdb7ec937b
add inv,invgrad&invert for vm
5 years ago
Xiaoda Zhang
1cfb52bc0e
add the reshape part of the embeddinglookup backward operator
5 years ago
zhaozhenlong
7716f7618c
add op BasicLSTMCell
6 years ago
zhaozhenlong
270f79c8c2
add op BasicLSTMCell vm
5 years ago
zhouneng
e6b9432aca
add register for Atan AtanGrad Atanh
6 years ago
fangzehua
c0b8a90105
add vm ops: asin asinh asingrad asinhgrad
6 years ago
baihuawei
9bcdf4cbdc
add lstm
5 years ago
buxue
e490618db8
support tensor get value by tensor index
support tensor set value by tensor index
6 years ago
liuxiao
4335e9bc83
adapt Softplus\SoftplusGrad\ApplyFtrlD for VM
6 years ago