Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
mindspore-ci-bot
60f4795f40
!2220 fix binary dump and add test case
Merge pull request !2220 from leopz/fix_dump
5 years ago
leopz
a67132f6b7
fix shape and add testcase
5 years ago
Xian Weizhao
ec333c92d0
fix static check
5 years ago
buxue
15eb607bcd
Change the get value out of bounds error to IndexError
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
buxue
4d9491b5c3
fix bug of auto cast when there is scalar
5 years ago
huangdongrun
9522f59b87
support for tensor indexing in pynative
support tensor slice using constexpr
remove tensorslice metagraph
add pynative testcases
5 years ago
mindspore-ci-bot
3b8edd5a5b
!1918 sparse grad for gatherv2
Merge pull request !1918 from riemann_penn/sparse_grad_for_gatherv2
5 years ago
panyifeng
acaa66a738
sparse grad for gatherv2
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
mindspore-ci-bot
0e7839826e
!1945 [bug]fix bug in '=', use signature to support auto cast in assign.
Merge pull request !1945 from vlne-v1/I1JXUP-resnet50-thor-assign-fail
5 years ago
Wei Luning
ee8420aefa
Make assign operator to use the signature.
5 years ago
zhaoting
b16a552d41
Revert "Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try""
This reverts commit 705c71a257 .
5 years ago
mindspore-ci-bot
686ced85ad
!1785 add dropout special kernel selected rules
Merge pull request !1785 from lianliguang/add-dropout-kernel-special-kernel-select-rules
5 years ago
WilliamLian
9c005b182c
convert dropoutdomask nodes's kernel info's first format which connected with same dropoutgenmask
5 years ago
mindspore-ci-bot
41d195b545
!1794 support cpu op EmbeddingLookup
Merge pull request !1794 from dengwentao/cpu_op
5 years ago
dengwentao
098eec4661
add cpu op embedding_look_up
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
mindspore-ci-bot
2a2dd7d340
!1803 Optimized MixedPrecisionCast function
Merge pull request !1803 from Kang/master
5 years ago
Kang
041f628cce
Optimize MixedPrecisionCast function
5 years ago
fary86
abfaf15951
Fix codex, split big functions
5 years ago
mindspore-ci-bot
da06310ae0
!1766 [bug][auto cast]fix bug when do auto cast
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
5 years ago
mindspore-ci-bot
6748ef0019
!1776 fix codex
Merge pull request !1776 from fary86/fix_codex_06.01
5 years ago
Wei Luning
7e4d972f6f
fix bug in do signature
5 years ago
mindspore-ci-bot
0426ed057b
!1777 Remove ZerosLikeTensor and sub with ZerosTensor
Merge pull request !1777 from BowenK/master
5 years ago
BowenK
96379faa3a
Remove ZerosLikeTensor and sub with ZerosLike
5 years ago
fary86
a2b882bcb4
Fix codex
5 years ago
buxue
62f7dc49e5
support convert bool scalar and tensor to number tensor
5 years ago
rick_sanchez
e2a322b6b7
Modify code to support dynamic graph.
5 years ago
mindspore-ci-bot
5aa55302d4
!1691 Fix codex warning in `do_signature.cc`
Merge pull request !1691 from seatea/fix-codex-warning
5 years ago
seatea
eff6fa7b8f
Fix codex warning in `do_signature.cc`.
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
mindspore-ci-bot
e8b14d70c7
!1542 [pynative] fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
Merge pull request !1542 from vlne-v1/I1GZ0B-multitype-funcgraph-bug
5 years ago
mindspore-ci-bot
8556eee3fc
!1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1578 from gengdongjie/master
5 years ago
mindspore-ci-bot
19ce0c372a
!1257 Implicit type conversion
Merge pull request !1257 from candanzg/implicit_type_conversion2
5 years ago
Wei Luning
ebf02dd528
fix `MultitypeFuncGraph` and `HyperMap` in pynative mode
5 years ago
gengdongjie
705c71a257
Revert "add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try"
This reverts commit 3db8cfa54f .
5 years ago
leopz
4508134ceb
add tensor_minnie and separate py from ir
5 years ago
candanzg
2429da19fb
implicit type conversion
Signed-off-by: candanzg <zhangshucheng@huawei.com>
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
6 years ago
mindspore-ci-bot
0e665616f0
!1160 add backward hook and custom bprop in pynative mode
Merge pull request !1160 from wangqiuliang/add-backward-hook-in-pynative-mode
5 years ago
kingfo
840922e501
add backward hook function in pynative mode
6 years ago
liubuyu
315a95c583
add pad for nms_with_mask
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
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
6 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
6 years ago
mindspore-ci-bot
07b14f32b9
!1296 move signature to primitivepy and bprop_func to utils
Merge pull request !1296 from leopz/fix_primitive
5 years ago
zhouneng
218ade30b2
add vm support sin and cumsum
6 years ago