huangdongrun
1159f2b11e
add prim infer attr cache
...
modify infer to get abstract value and attr value map together
support get attr in specialize
clone primitive when specialize if attribute is not the same with
infered attribute
2020-05-26 16:19:58 +08:00
zhaozhenlong
55d1927534
add op scatter add vm
2020-05-26 12:17:23 +08:00
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
2020-05-25 21:27:45 +08:00
mindspore-ci-bot
44bf7c9330
!1414 fix issue use reshape as flatten grad impl
...
Merge pull request !1414 from zhaozhenlong/fix-issues-reshape-replace-flattern-grad
2020-05-25 20:45:46 +08:00
zhaozhenlong
30b93ecbf8
use reshape as flatten grad
2020-05-25 16:57:26 +08:00
liuxiao
627724a205
Add RangeD for GE
2020-05-25 14:49:49 +08:00
ougongchang
7d78b5d89e
Put the parameter validation of the Summary operator into the python layer
...
add some unittest for summary operator
support ScalarSummary to record number type
2020-05-22 21:23:43 +08:00
mindspore-ci-bot
f3d14fa14b
!1363 Restrict tensor get item or set item not support mixed tensor.
...
Merge pull request !1363 from zhangbuxue/Not_support_mixed_tensor_as_index_for_tensor_getitem_and_setitem
2020-05-22 18:04:31 +08:00
mindspore-ci-bot
368007240c
!1320 add applyrmsprop cumprod and reduceprod for vm
...
Merge pull request !1320 from JichenZhao/applyrms_squaresumall_cumprod_reduceprod
2020-05-22 16:33:31 +08:00
buxue
850171a34b
Restrict tensor getitem or setitem not support mixed tensor.
2020-05-22 15:55:38 +08:00
jinyaohui
fbdba6e4da
clean pylint
2020-05-22 13:23:13 +08:00
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
2020-05-21 23:02:32 -04:00
mindspore-ci-bot
274f6f014f
!1133 support tensor get value by tensor index
...
Merge pull request !1133 from zhangbuxue/support_tensor_get_value_by_tensor_index
2020-05-22 10:02:35 +08:00
buxue
e490618db8
support tensor get value by tensor index
...
support tensor set value by tensor index
2020-05-21 21:05:35 +08:00
zhouneng
218ade30b2
add vm support sin and cumsum
2020-05-21 17:26:01 +08:00
mindspore-ci-bot
2224fa093b
!1302 Complete vm ops for BinaryCrossEntropy and BinaryCrossEntropyGrad
...
Merge pull request !1302 from lihongkang/master
2020-05-21 17:00:09 +08:00
mindspore-ci-bot
b96a2ed816
!1312 support vm for erfc
...
Merge pull request !1312 from jiangjinsheng/vm_erfc
2020-05-21 16:59:56 +08:00
jiangjinsheng
2d3cd8276e
vm for erfc
2020-05-21 10:08:23 +08:00
huangdongrun
3e2074b113
add check for ControlDepend
2020-05-20 22:48:00 +08:00
lihongkang
cf543382aa
add vms for binarycrossentropy and binarycrossentropygrad
2020-05-20 20:28:56 +08:00
mindspore-ci-bot
183144e135
!1282 support vm for PReLU and PReLUGrad
...
Merge pull request !1282 from jiangjinsheng/vm_prelu
2020-05-20 17:08:03 +08:00
jiangjinsheng
ce09f5e15a
vm for prelu and prelugrad
2020-05-20 11:21:56 +08:00
jiangjinsheng
ba99cb7bcb
support vm for space_to_depth
2020-05-20 09:47:12 +08:00
jiangjinsheng
f9bd460c96
support vm for pack
2020-05-19 16:52:41 +08:00
mindspore-ci-bot
18c9495000
!1228 Adapt tbe op UnsortedSegmentMin for GE.
...
Merge pull request !1228 from liuxiao/UnsortedSegmentMin
2020-05-19 09:04:22 +08:00
liuxiao
cc024bb3a1
UnsortedSegmentMin for GE
2020-05-18 20:49:58 +08:00
zhaojichen
d1d1766bed
add squaresumall op
2020-05-18 08:01:22 -04:00
jinyaohui
5a914994ba
clean pylint
2020-05-18 16:42:35 +08:00
jinyaohui
bcfaff97f9
clean pylint
2020-05-18 10:31:46 +08:00
mindspore-ci-bot
4efa9717bb
!1129 Add op bounding box encoder
...
Merge pull request !1129 from zhaozhenlong/op/bounding-box-encoder
2020-05-18 09:04:59 +08:00
mindspore-ci-bot
6de7eb2633
!1203 delete ApplyAdamD for master
...
Merge pull request !1203 from changzherui/code516
2020-05-17 20:14:06 +08:00
changzherui
1e93927772
code 516 for test
2020-05-17 15:28:17 +08:00
mindspore-ci-bot
c169ac6a18
!1195 add validate for geswitch and merge
...
Merge pull request !1195 from jiangjinsheng/issue_geswitch
2020-05-16 18:43:19 +08:00
jiangjinsheng
c05203ef06
add validate for geswitch and merge
2020-05-16 17:49:21 +08:00
zhaozhenlong
b54ffdc086
add op BoundingBoxDecode
...
iou
NMSWithMask
larsupdate testcase
sgd testcase
2020-05-16 02:40:16 -04:00
zhouneng
c2a1b5f8c1
add register info for ROIAlign and ROIAlignGrad
2020-05-15 14:58:33 +08:00
jiangjinsheng
766906dd6d
support vm for flatten
2020-05-15 10:30:58 +08:00
peixu_ren
99fda6f431
Add logsigmoid and reduce_logsumexp
2020-05-13 23:52:10 -03:00
mindspore-ci-bot
7e3ec651dc
!1094 Complete vm ops for L2Normalize and L2NormalizeGrad
...
Merge pull request !1094 from zhouneng/add_vm_support_l2normalize
2020-05-13 21:52:45 +08:00
lihongkang
ca8a914736
接入算子resizebilinear and resizebilineargrad
2020-05-13 14:27:35 +08:00
zhouneng
79725af4cd
为L2Normalize/L2NormalizeGrad增加VM支持
2020-05-12 16:46:02 +08:00
liuxiao
10abb68498
add ops CTCLoss
2020-05-12 15:58:51 +08:00
mindspore-ci-bot
da7d605e85
!683 WIP: specialize hyper map parameter
...
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
2020-05-12 15:50:00 +08:00
mindspore-ci-bot
6ab046e4dd
!1062 Adapt Softplus\SoftplusGrad for VM, and ApplyFtrlD for both GE and VM.
...
Merge pull request !1062 from liuxiao/softplus-softplusgrad
2020-05-12 15:35:56 +08:00
jiangjinsheng
c36e7f1564
support vm for log1p
2020-05-12 11:46:18 +08:00
zhousiyi
047ac018da
specialize hypermap paramater
2020-05-12 01:51:57 +00:00
mindspore-ci-bot
4a8fcf5d76
!1055 support vm for floor
...
Merge pull request !1055 from jiangjinsheng/vm_floor
2020-05-12 09:20:16 +08:00
liuxiao
4335e9bc83
adapt Softplus\SoftplusGrad\ApplyFtrlD for VM
2020-05-11 20:45:12 +08:00
mindspore-ci-bot
5ff79d0204
!1048 Support index to switch_layer
...
Merge pull request !1048 from panyifeng/index_to_switch_case
2020-05-11 19:30:13 +08:00
jiangjinsheng
2fa654e65c
support vm for floor
2020-05-11 16:17:20 +08:00