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 |
guohongzilong
|
5f2bfb5679
|
trans const to variable in assign case
|
5 years ago |
geekun
|
82c5daa947
|
fix codedex for mindspore/vm,transform,util,operator
|
5 years ago |
buxue
|
174bfadcb2
|
modify ReduceAll to dock ReduceAllD in GE
|
5 years ago |
zhoufeng
|
c2b3360d69
|
update clang format rule
|
5 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
|
62807da0c4
|
Develop operator Unfold,take the ge backend,dock with tbe's ExtractImagePatches operator
|
6 years ago |
mindspore-ci-bot
|
94589ce611
|
!226 expend conv stride and dilation to 2d
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
|
6 years ago |
wangnan39@huawei.com
|
2604acedcb
|
extend conv stride and dilation to 2d
|
6 years ago |
gaojing
|
2db3e64ff2
|
add operation
|
6 years ago |
liuxiao
|
0f0f83e292
|
modified api name Stack -> Pack, Unstack -> Unpack
|
6 years ago |
jinyaohui
|
0790ef8a85
|
modify comment
|
6 years ago |
mindspore-ci-bot
|
3e36982314
|
!99 Develop op MaxPoolWithArgMax
Merge pull request !99 from zhangbuxue/Dock_MaxPoolWithArgMax
|
6 years ago |
mindspore-ci-bot
|
40d4a4baa3
|
!20 modify _set_dataset_mode_config api param
Merge pull request !20 from jinyaohui/master
|
6 years ago |
mindspore-ci-bot
|
fd7d75aea3
|
!143 Adapting ops Stack and Unsatck in ME
Merge pull request !143 from liuxiao/temp
|
6 years ago |
buxue
|
7541d3b067
|
Develop op MaxPoolWithArgMax
|
6 years ago |
jinyaohui
|
ac62faa388
|
modify set_dataset_mode_config api param
|
6 years ago |
simson
|
a8bc8bfecb
|
fix compile error
|
6 years ago |
liuxiao
|
47d903ff57
|
Add pack and unpack
|
6 years ago |
simson
|
ee5b406b37
|
rebuild graph before rungraph if needed
|
6 years ago |
kingfo
|
3202fc0df9
|
refactor callback for ge backend
|
6 years ago |
mindspore-ci-bot
|
97276fa522
|
!86 Op Print: add comments and check function
Merge pull request !86 from ghzl/improve-function-and-comment-in-op-print
|
6 years ago |
guohongzilong
|
0eb72d76f0
|
import comment and function of op print
|
6 years ago |
mindspore-ci-bot
|
cb323eccf0
|
!71 Add operator adapting in ME for FloorMod, Acosh and SparseApplyFtrlD 【CR】,并主动Acosh and FloorMod operator adapting
Merge pull request !71 from zhangzheng/sparse_acosh_floormod
|
6 years ago |
mindspore-ci-bot
|
a1d6f42be8
|
!28 fix custom op bug when custom op has muti-out and not use all of outputs
Merge pull request !28 from geekun/master
|
6 years ago |
mindspore-ci-bot
|
55916351ee
|
!52 remove ge depend
Merge pull request !52 from flywind/remove-ge-depend
|
6 years ago |
zhangz0911gm
|
6f1747045c
|
Add FloorMod, Acosh in ME
|
6 years ago |
Wei Luning
|
73ba399364
|
remove ge depend in cpu
|
6 years ago |
geekun
|
c42e53ae5b
|
fix custom op bug and add custom op check
|
6 years ago |
mindspore-ci-bot
|
85df19b23c
|
!66 Add RMSProp optimizer
Merge pull request !66 from zhaoting/add-RMSProp
|
6 years ago |
mindspore-ci-bot
|
a44b5293de
|
!68 fix bug: Failed to get parameter data in model parallel scenes, when the size of tensor large than 2GB
Merge pull request !68 from WeibiaoYu/master
|
6 years ago |
zhaoting
|
ed3c2d7229
|
add RMSProp optimizer
|
6 years ago |
mindspore-ci-bot
|
69d5403319
|
!14 add adapter for ge atan2
Merge pull request !14 from zhaozhenlong/op/atan2
|
6 years ago |
mindspore-ci-bot
|
0f2ed0b134
|
!61 Modify log level in DfGraphManager
Merge pull request !61 from chenhaozhe/modify-log-info-of-dfgraphmanager
|
6 years ago |
zhaozhenlong
|
bed5997a14
|
add atan2 operator
|
6 years ago |
WeibiaoYu
|
60f7a95b1c
|
the size of tensor may be bigger than 2GB, should use memcpy instead of memcpy_s
|
6 years ago |
chenhaozhe
|
0727c2e76a
|
modify log level in DfGraphManager
|
6 years ago |
zhaozhenlong
|
cf40305bf0
|
add operator SpaceToBatch and BatchToSpace for ge
|
6 years ago |
zhaozhenlong
|
b12e6ff780
|
add operator diag and diag_part
|
6 years ago |
zhaozhenlong
|
9862dea3cf
|
adapt relu6grad and graphengine modified
|
6 years ago |
zhunaipan
|
930a1fb0a8
|
initial version
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
|
6 years ago |