mindspore-ci-bot
bbc64b8873
!1528 support vm for BesselI0e and BesselI1e
...
Merge pull request !1528 from jiangjinsheng/vm_bessel
5 years ago
mindspore-ci-bot
692f38ded2
!1532 clean pylint warning in test dir
...
Merge pull request !1532 from jinyaohui/pylint1
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
jiangjinsheng
c3f681f0cf
vm for BesselI0e and BesselI1e
5 years ago
liuwenhao4
f87c70a9ab
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
39c1966593
!1488 add vm ops: Asin, AsinGrad, Asinh, AsinhGrad
...
Merge pull request !1488 from fangzehua/fzh_edit
5 years ago
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
...
Merge pull request !1257 from candanzg/implicit_type_conversion2
5 years ago
mindspore-ci-bot
1a4abefa9a
!1385 support for multi nest switch
...
Merge pull request !1385 from amongo/SupportMultiSwitch
5 years ago
fangzehua
c0b8a90105
add vm ops: asin asinh asingrad asinhgrad
5 years ago
lihongkang
a36880f0ef
add vms for reducealld etc.
5 years ago
liuwenhao4
a7ad0d0a49
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
77547cdfc0
!1530 support tensor set item the number value type is similar as tensor dtype
...
Merge pull request !1530 from zhangbuxue/support_tensor_getitem_number_value_type_similar_as_tensor_dtype
5 years ago
mindspore-ci-bot
df347785c3
!1508 add op BitwiseAnd BitwiseOr BitwiseXor vm
...
Merge pull request !1508 from zhaozhenlong/op/bitwise-and-or-xor
5 years ago
candanzg
2429da19fb
implicit type conversion
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
buxue
d226a23b65
support tensor set item the number value type is similar as tensor dtype not same
5 years ago
zhaozhenlong
6fa2813945
add op BitwiseAnd BitwiseOr BitwiseXor
5 years ago
mindspore-ci-bot
ad279e90fd
!1407 support mixed tensor index for tensor get item and set item and support in operator.
...
Merge pull request !1407 from zhangbuxue/support_mixed_tensor_for_tensor_get_item_and_tensor_set_item
5 years ago
mindspore-ci-bot
5b9c145ff8
!1383 keep different attributes for cnode evaluation
...
Merge pull request !1383 from amongo/KeepPrimAttrInCNode
5 years ago
buxue
7ae289a197
Support mixed tensor for tensor getitem or setitem.
5 years ago
jiangjinsheng
a45dfca142
support BatchToSpaceND and SpaceToBatchND
5 years ago
huangdongrun
334d038008
add support for multi switch
...
resolve review
5 years ago
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
5 years ago
zhaozhenlong
55d1927534
add op scatter add vm
5 years ago
liuwenhao4
f3f0cbaeee
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
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
5 years ago
zhaozhenlong
30b93ecbf8
use reshape as flatten grad
5 years ago
liuxiao
627724a205
Add RangeD for GE
5 years ago
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
5 years ago
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
5 years ago
mindspore-ci-bot
368007240c
!1320 add applyrmsprop cumprod and reduceprod for vm
...
Merge pull request !1320 from JichenZhao/applyrms_squaresumall_cumprod_reduceprod
5 years ago
buxue
850171a34b
Restrict tensor getitem or setitem not support mixed tensor.
5 years ago
jinyaohui
fbdba6e4da
clean pylint
5 years ago
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
5 years ago
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
5 years ago
buxue
e490618db8
support tensor get value by tensor index
...
support tensor set value by tensor index
5 years ago
zhouneng
218ade30b2
add vm support sin and cumsum
5 years ago
mindspore-ci-bot
2224fa093b
!1302 Complete vm ops for BinaryCrossEntropy and BinaryCrossEntropyGrad
...
Merge pull request !1302 from lihongkang/master
5 years ago
mindspore-ci-bot
b96a2ed816
!1312 support vm for erfc
...
Merge pull request !1312 from jiangjinsheng/vm_erfc
5 years ago
jiangjinsheng
2d3cd8276e
vm for erfc
5 years ago
huangdongrun
3e2074b113
add check for ControlDepend
5 years ago
lihongkang
cf543382aa
add vms for binarycrossentropy and binarycrossentropygrad
5 years ago
mindspore-ci-bot
183144e135
!1282 support vm for PReLU and PReLUGrad
...
Merge pull request !1282 from jiangjinsheng/vm_prelu
5 years ago
jiangjinsheng
ce09f5e15a
vm for prelu and prelugrad
5 years ago
jiangjinsheng
ba99cb7bcb
support vm for space_to_depth
5 years ago
jiangjinsheng
f9bd460c96
support vm for pack
5 years ago
mindspore-ci-bot
18c9495000
!1228 Adapt tbe op UnsortedSegmentMin for GE.
...
Merge pull request !1228 from liuxiao/UnsortedSegmentMin
5 years ago
liuxiao
cc024bb3a1
UnsortedSegmentMin for GE
5 years ago
zhaojichen
d1d1766bed
add squaresumall op
5 years ago
jinyaohui
5a914994ba
clean pylint
5 years ago