Xian Weizhao
01f228b0d5
relax the exception of control depend on value node
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
liuxiao
c7c6f5736b
Adapt ApplyProximalAdagrad and SparseApplyProximalAdagrad
5 years ago
zhaozhenlong
ccda0f7b36
add op AscendQuant AscendDequant
5 years ago
buxue
8aee6b07d6
develop TensorScatterUpdate op and access ge and vm
5 years ago
kingfo
38436f929f
move hook function to primtivePy class
5 years ago
yanghaoran
8da4c1a763
synchronize latest ascend software 04 Jun 2020
5 years ago
liuxiao
6856c2ac7a
Adapt ops ApplyProximalAdagrad for GE
5 years ago
zhaojichen
b6a0ee9f6c
fix applyrmsprop bug
5 years ago
fary86
54ccab295c
1.Update log level of some statements in validator.cc
2.Fix core dump of exporting onnx model when device target is 'GPU'
3.Fix numbers of arguments and graph parameters check error
4.Fix log prefix of some files of gpu submodule is error
5 years ago
leopz
4508134ceb
add tensor_minnie and separate py from ir
5 years ago
Yi Huaijie
2f8e7ff693
add operator HostAllGather and HostReduceScatter
5 years ago
liuxiao
627724a205
Add RangeD for GE
5 years ago
mindspore-ci-bot
a510ecc8ff
!1339 add epsilon parameter for layernorm
Merge pull request !1339 from JichenZhao/layernorm_mean_var_shape
5 years ago
zhaojichen
7c9fb3424f
add epsilon parameter for layernorm
5 years ago
liuxiao
68aca9ab52
UnsortedSegmentMinD->UnsortedSegmentMin
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
mindspore-ci-bot
56c3fed30e
!1261 Incremental subgraph initialization
Merge pull request !1261 from changzherui/add_tensor_init
5 years ago
buxue
e490618db8
support tensor get value by tensor index
support tensor set value by tensor index
5 years ago
changzherui
c23731e592
Incremental subgraph initialization
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
changzherui
1e93927772
code 516 for test
5 years ago
mindspore-ci-bot
a2d5ad5abe
!1099 fix bug of can not find op adapter
Merge pull request !1099 from fary86/fix_bug_for_can_not_find_opadapter
5 years ago
fary86
77ef790f25
Fix bug of can not find opadapter
5 years ago
liuxiao
10abb68498
add ops CTCLoss
5 years ago
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
5 years ago
liuxiao
4335e9bc83
adapt Softplus\SoftplusGrad\ApplyFtrlD for VM
5 years ago
fary86
3f323e48e2
Add submodule id for log interface
5 years ago
mindspore-ci-bot
bab6e0f549
!971 Use ApplyMomentumD instead of ApplyMomentum
Merge pull request !971 from Simson/push-to-opensource
5 years ago
simson
89b8ea0aae
Use ApplyMomentumD instead of ApplyMomentum
5 years ago
buxue
ac86996746
develop op ScatterMax and dock ge process
5 years ago
changzherui
b323199dc1
syn code 430
5 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
5 years ago
zhaozhenlong
b79382ab32
me ge use ApplyAdamD
5 years ago
mindspore-ci-bot
83855c2cf0
!75 syn mirrorpad MirrorPadGrad ExtractImagePatches to ms-incubator
Merge pull request !75 from changzherui/syn-code428
5 years ago
changzherui
3f225e2ee5
add ExtractImagePatches MirrorPad MirrorPadGrad
5 years ago
zhaozhenlong
81077588fe
adapt ApplyAdam remove outputs m and v
5 years ago
zhaozhenlong
243cd33203
adapt SparseApplyAdagradD adding output accum
5 years ago
buxue
0f89cc1da4
dock AcoshGrad for GE and AvgPool AvgPoolGrad for Vm
5 years ago
mindspore-ci-bot
420ef2a352
!731 remove extra empty string from log text
Merge pull request !731 from fary86/remove_extra_empty_string_in_log
5 years ago
fary86
b314c1d621
Remove extra empty string from log text
5 years ago
mindspore-ci-bot
63712848e2
!494 Split ccsrc cmake to individual sub-directories
Merge pull request !494 from zhoufeng/cmake-sub
5 years ago
mindspore-ci-bot
c52466d9bd
!691 fix bug of Acosh, TopK, ResizeNearestNeighbor, DepthwiseConv2dNative.
Merge pull request !691 from zhangbuxue/fix_bug_of_ops
5 years ago
zhoufeng
b681cec8f2
cmake refactor
5 years ago
mindspore-ci-bot
efdcd4c258
!682 fix api comments of some ops
Merge pull request !682 from liuxiao/fix-bug
5 years ago
buxue
9cb71441ea
fix bugs of Acosh, TopK, ResizeNearestNeighbor, DepthwiseConv2dNative
5 years ago
mindspore-ci-bot
7c7d95acf9
!597 Transform const to variable when having assign in export process
Merge pull request !597 from ghzl/trans-const-to-variable-in-assign
5 years ago
liuxiao
5e877a7715
modify api and add example
5 years ago