mindspore-ci-bot
22bde4bd9b
!7390 Add nonzero and moments
...
Merge pull request !7390 from jiangzhenguang/add_nonzero_and_moments
4 years ago
jzg
374e9e199d
add moment and nonzero.
4 years ago
mindspore-ci-bot
1ee9c4d014
!6645 [MD] add unique op
...
Merge pull request !6645 from liyong126/md_unique_op
4 years ago
mindspore-ci-bot
42b25d0923
!7575 optimize the network structrue
...
Merge pull request !7575 from 吴书全/deepfm1021
4 years ago
mindspore-ci-bot
8bfe141680
!7571 fix bug in reshape strategy search when reshape as the first operator
...
Merge pull request !7571 from yao_yf/reshape_strategy_search_fix_when_reshape_is_first_op
4 years ago
mindspore-ci-bot
e09e154391
!7596 IR breakdown for 8 non-leaf nodes (except MapOp)
...
Merge pull request !7596 from ZiruiWu/ir_breakdown_non_leaf
4 years ago
mindspore-ci-bot
3b55a25f8d
!7463 move train.quant to compression module & add QuantizationAwareTraining
...
Merge pull request !7463 from yuchaojie/quant2
4 years ago
yao_yf
f7189adb91
fix bug in reshape strategy search when reshape is first operator
4 years ago
liyong
fb2bd156c9
add unique op
4 years ago
mindspore-ci-bot
f487797694
!7495 [Auto-parallel] Overwrite strategies for star graph structures
...
Merge pull request !7495 from Xiaoda/27-star-elimination-overload
4 years ago
Zirui Wu
d471552fc5
shuffle take repeat bucketbatch buildvocab repeat shuffle take project concat rename node IR added
...
concat, bucketbatch project rename
fix ci round 1
fix ci round 2
fix up
fix ci
4 years ago
mindspore-ci-bot
20cd47b4d8
!7416 Support Gumbel Distribution
...
Merge pull request !7416 from XunDeng/gumbel
4 years ago
mindspore-ci-bot
6cc37db833
!7482 roialign gpu operator output is zero
...
Merge pull request !7482 from JonathanY/roialign_zero
4 years ago
mindspore-ci-bot
de7ea8e68c
!7540 Extract ImageFolderNode and BatchNode into its own files from datasets.cc/.h
...
Merge pull request !7540 from ZiruiWu/refactor_ir_demo
4 years ago
mindspore-ci-bot
566656ea72
!7558 fix the repeated calculation accuracy error
...
Merge pull request !7558 from yangzhenzhang/update-repeated-calculation
4 years ago
mindspore-ci-bot
e24b50f559
!7548 Support elu and elugrad with dtype float and half on gpu
...
Merge pull request !7548 from zhouyuanshen/master
4 years ago
mindspore-ci-bot
1777f75268
!7554 [ME] change some format code.
...
Merge pull request !7554 from chenzhongming/zomi_master
4 years ago
wsq3
02650e2655
optimize the deepfm test case network structure
4 years ago
yuchaojie
c8ec34d638
move train.quant to compression module & add QuantizationAwareTraining
4 years ago
mindspore-ci-bot
a8dc0f5c1b
!7557 [MD] Add merge image proccessing
...
Merge pull request !7557 from jiangzhiwen/lite/merge
4 years ago
mindspore-ci-bot
7c15afcc66
!7478 Add st for Ascend dynamic shape
...
Merge pull request !7478 from caifubi/dynamic_shape
4 years ago
yangzhenzhang
eb6f4e3ce8
update repeated calculation
4 years ago
zhouyuanshen
2ab0b3d67a
support ops elu and elugrad on gpu
4 years ago
jiangzhiwen
8e785648da
add merge image processing
4 years ago
mindspore-ci-bot
fd8ebde400
!7545 GPU reshape add type
...
Merge pull request !7545 from VectorSL/int64
4 years ago
chenzomi
ca85fcef40
[ME] change some format code.
4 years ago
Zirui Wu
52eec881ec
Refactor ImageFolderNode and BatchNode into its separate files
...
fix ci
fix ci
address review cmmts, fix ci
remove dup code in datasets.cc
4 years ago
VectorSL
5c0c363c66
gpu reshepe add type
4 years ago
caifubi
4654197274
Add st for dynamic shape
4 years ago
mindspore-ci-bot
b2b9016ddf
!7429 modify normal seed
...
Merge pull request !7429 from lilei/modify_bug
4 years ago
mindspore-ci-bot
643366ea70
!7538 Add empty string tensor support for Album
...
Merge pull request !7538 from EricZ/album_empty_string
4 years ago
Eric
7e21648e16
Added Album empty string tensor support
4 years ago
Zirui Wu
aa8442e0a3
add skeleton code for tree_adapter
...
stage II tree_adapter
add test case for tree_adapter
use dfs to build tree
add more test case
add test case
fix ci
fix ci round 2
fix ci round 3
fix ci round 4
fix complie error
fix ci round 6
fix ci round 7
fix ci round 8
fix ci round 9
4 years ago
jonwe
4583bc1c57
roialign zero output
4 years ago
Xun Deng
ce170b2241
added Gumbel distribution
4 years ago
lilei
04075671cf
modify_normal_seed
4 years ago
mindspore-ci-bot
620d8b99b6
!6760 sparse optimizer
...
Merge pull request !6760 from lijiaqi/sparse_optimizer
4 years ago
mindspore-ci-bot
48601f51b0
!7295 [MD] C++ api add MindDataset
...
Merge pull request !7295 from luoyang/c-api-pyfunc
4 years ago
mindspore-ci-bot
2744bad8b9
!7440 add CSE for GraphKernel
...
Merge pull request !7440 from lingyunli63/GraphKernelCSE
4 years ago
mindspore-ci-bot
8ff82843ea
!7486 [MD] Add subtract image proccessing
...
Merge pull request !7486 from jiangzhiwen/lite/image_subtract
4 years ago
mindspore-ci-bot
947f6d96d1
!7414 C++ api add config_manager
...
Merge pull request !7414 from xiaotianci/c_api_config
4 years ago
mindspore-ci-bot
7707bb8540
!7439 [MD] Add YUV to BGR , Split, extractChannel ops
...
Merge pull request !7439 from xulei/lite_test0905
4 years ago
Jiaqi
a30ccea62c
sparse optimizer
4 years ago
Xiao Tianci
fb98fbcc9f
add c api config
4 years ago
luoyang
2dc8e5f421
[MD] C++ api add MindDataset
4 years ago
lingyunli63
a500a57c72
add GraphkernelCSE
4 years ago
mindspore-ci-bot
9638055a76
!7488 Support asin and acos with dtype float on gpu
...
Merge pull request !7488 from zhouyuanshen/master
4 years ago
xulei2020
442cee15ad
add yuv420sp to bgr, split and extractchannel
4 years ago
mindspore-ci-bot
eb6cdd5ac0
!7422 [quant] add QuantConfig & modify quant cells
...
Merge pull request !7422 from yuchaojie/quant3
4 years ago
Xiaoda Zhang
fba2bfeb54
overwrite strategies for star graph structure
4 years ago