jiangjinsheng
ffd0352162
vm for mod
5 years ago
liuwenhao4
4090c1611b
Fixing type check mistakes of InplaceAdd, InplaceSub and InplaceUpdate vm ops
5 years ago
mindspore-ci-bot
4cc798c675
!2502 1. fix infer value bug 2. tensor init support numpy number
Merge pull request !2502 from geekun/master_fix_issue
5 years ago
liuwenhao4
8ce081801a
Fix some mistakes of ApplyCenteredRMSProp, aSinh and Sinh vm ops
5 years ago
geekun
947a93c864
fix infer value bug
5 years ago
mindspore-ci-bot
932b7649e7
!2241 Adapting operator named AccumulateNV2
Merge pull request !2241 from zhangzheng/accumulate
5 years ago
mindspore-ci-bot
83b53559f5
!2412 fix Inv
Merge pull request !2412 from jiangjinsheng/issue_fix4
5 years ago
zhangz0911gm
4ac1876237
Adapting AccumulateNV2
6 years ago
jiangjinsheng
304dbfaa0b
fix Inv
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
liuwenhao4
41b6912d92
Fix some mistakes of InplaceAddD and InplaceSubD vm ops
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
mindspore-ci-bot
1cc4300859
!2219 support vm for splitv
Merge pull request !2219 from jiangjinsheng/vm_splitv
5 years ago
jiangjinsheng
791bed7c7a
vm for splitv
5 years ago
liuwenhao4
a743f5b109
add InplaceAddD and InplaceSubD vm ops
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
mindspore-ci-bot
7b6f13886f
!1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
Merge pull request !1962 from zhouneng/add_vm_support_for_ApproximateEqual_InplaceUpdateD_InTopKD
5 years ago
zhouneng
51fe3501a4
add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
mindspore-ci-bot
ac5878b4b7
!1939 Complete vm ops for DataFormatDimMap and HistogramFixedWidthD
Merge pull request !1939 from lihongkang/lhk_master
5 years ago
mindspore-ci-bot
cedfc7fac0
!1926 Skip operations which are not supported by the backend in PyNative Mode
Merge pull request !1926 from BowenK/op_elim
5 years ago
lihongkang
bbbd980728
add vm for histogramfixedwidth and dataformatdimmap
5 years ago
mindspore-ci-bot
935b4cea91
!1967 check arg is tensor with vm backend
Merge pull request !1967 from zhangbuxue/check_arg_is_tensor_with_vm
5 years ago
BowenK
8c4bcb84b2
skip operations which are not supported in the backend in ME
5 years ago
jiangjinsheng
91183182f4
fixed CumSum, BesselI1e etc
5 years ago
buxue
0cd57ddc5d
check arg is tensor with vm backend
5 years ago
mindspore-ci-bot
5499161531
!1862 fixed validator for ApplyRMSProp,CumProd, CumSum,ReduceProd etc
Merge pull request !1862 from jiangjinsheng/issue_doc
5 years ago
jiangjinsheng
51affc2f1b
fixed validator for CumProd, ReduceProd, ApplyRMSProp
5 years ago
mindspore-ci-bot
4c0622e549
!1884 annotate CellList supports methods and binary ops supports different dtype
Merge pull request !1884 from zhangbuxue/annotate_CellList_supports_methods
5 years ago
buxue
b82dfb5d28
annotate CellList supports methods and binary ops supports different dtype.
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
huangdongrun
beacc26077
* add isconstant primitive
* add infer_value for common math ops
* convert constant bool tensor to bool value
* do not infer value when encounter 0 as division
for while condition, do not unrool if condition is a tensor
5 years ago
liuwenhao4
ad4996d528
Register forward and backward operations of Ceil
5 years ago
mindspore-ci-bot
c547c8ca06
!1770 add DivNoNan vm ops
Merge pull request !1770 from fangzehua/divnonan_vm_ops
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
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
lihongkang
436b309915
add vm for cosh and sinh
5 years ago
zhouneng
e5419f7bd1
add vm support for Expm1
5 years ago
zhouneng
e6b9432aca
add register for Atan AtanGrad Atanh
5 years ago
mindspore-ci-bot
bbc64b8873
!1528 support vm for BesselI0e and BesselI1e
Merge pull request !1528 from jiangjinsheng/vm_bessel
5 years ago
jiangjinsheng
019911c56a
fixed doc for CumSum
5 years ago
jiangjinsheng
c3f681f0cf
vm for BesselI0e and BesselI1e
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
fangzehua
c0b8a90105
add vm ops: asin asinh asingrad asinhgrad
5 years ago
VectorSL
4a8356b19a
check equalcount input shape same
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