panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
huangdongrun
024b52d6e6
add inputtoattr prim to white list
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
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
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
leopz
a67132f6b7
fix shape and add testcase
5 years ago
liuwenhao4
be40a90ec6
add InplaceAddD and InplaceSubD vm ops
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
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
Kang
041f628cce
Optimize MixedPrecisionCast function
5 years ago
BowenK
96379faa3a
Remove ZerosLikeTensor and sub with ZerosLike
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
mindspore-ci-bot
8556eee3fc
!1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
Merge pull request !1578 from gengdongjie/master
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
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
5 years ago
liubuyu
315a95c583
add pad for nms_with_mask
5 years ago
zhaojichen
a42ec8f69f
add applyrmsprop op for vm
5 years ago
zhouneng
218ade30b2
add vm support sin and cumsum
5 years ago
chenfei
7d41812b98
split-graph-for-control-sink
5 years ago
Wei Luning
3db8cfa54f
add pattern AdjustAllReduceMulAdduse the old opadd test case for bugtemp fix try
6 years ago
liuxiao
cc024bb3a1
UnsortedSegmentMin for GE
5 years ago
zhoufeng
b78e54a5c4
new control sink entry
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
wangcong
7017ac3f7e
depthwisecon2d-eltwise pass
5 years ago
panyifeng
b7596e1f33
Add switch_case primitive
6 years ago
zhaozhenlong
66e7a36846
ImageGradients check 4d
fix DiagPart constant folding issue
fix argmin output type check
fix atan2 doc error
fix remove FusedBatchNorm and its grad
6 years ago
buxue
0f89cc1da4
dock AcoshGrad for GE and AvgPool AvgPoolGrad for Vm
6 years ago
panyifeng
9e633b6c12
validate bprop rules
6 years ago
Wei Luning
f305d6f8a7
Revert "add pattern AdjustAllReduceMulAdd"
This reverts commit ea6958c50a .
6 years ago
zhoufeng
c2b3360d69
update clang format rule
6 years ago
mindspore-ci-bot
3822b4837f
!340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
6 years ago
mindspore-ci-bot
71b63c3fcf
!246 [opt pass] AdjustAllReduceMulAdd
Merge pull request !246 from vlne-v1/I1E3PI-opt-pass-adjust-allreduce-apply-weight-decy-seq
6 years ago
Wei Luning
ea6958c50a
add pattern AdjustAllReduceMulAdd
6 years ago
ougongchang
0ed6d9178e
add Histogram summary operator
clean clang format errors and cpplint errors
add some test cases for histogram summary operator
6 years ago
buxue
80978cf3cc
support operator ** // % for scalar and tensor, and in not in for dict, ang str concat
6 years ago
chenfei
d1a0ded6c2
use first depend create parameter
6 years ago
zhunaipan
930a1fb0a8
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
6 years ago