mindspore-ci-bot
|
620d8b99b6
|
!6760 sparse optimizer
Merge pull request !6760 from lijiaqi/sparse_optimizer
|
5 years ago |
mindspore-ci-bot
|
48601f51b0
|
!7295 [MD] C++ api add MindDataset
Merge pull request !7295 from luoyang/c-api-pyfunc
|
5 years ago |
mindspore-ci-bot
|
2744bad8b9
|
!7440 add CSE for GraphKernel
Merge pull request !7440 from lingyunli63/GraphKernelCSE
|
5 years ago |
mindspore-ci-bot
|
8ff82843ea
|
!7486 [MD] Add subtract image proccessing
Merge pull request !7486 from jiangzhiwen/lite/image_subtract
|
5 years ago |
mindspore-ci-bot
|
947f6d96d1
|
!7414 C++ api add config_manager
Merge pull request !7414 from xiaotianci/c_api_config
|
5 years ago |
mindspore-ci-bot
|
7707bb8540
|
!7439 [MD] Add YUV to BGR , Split, extractChannel ops
Merge pull request !7439 from xulei/lite_test0905
|
5 years ago |
Jiaqi
|
a30ccea62c
|
sparse optimizer
|
5 years ago |
Xiao Tianci
|
fb98fbcc9f
|
add c api config
|
5 years ago |
luoyang
|
2dc8e5f421
|
[MD] C++ api add MindDataset
|
5 years ago |
lingyunli63
|
a500a57c72
|
add GraphkernelCSE
|
5 years ago |
mindspore-ci-bot
|
9638055a76
|
!7488 Support asin and acos with dtype float on gpu
Merge pull request !7488 from zhouyuanshen/master
|
5 years ago |
xulei2020
|
442cee15ad
|
add yuv420sp to bgr, split and extractchannel
|
5 years ago |
mindspore-ci-bot
|
eb6cdd5ac0
|
!7422 [quant] add QuantConfig & modify quant cells
Merge pull request !7422 from yuchaojie/quant3
|
5 years ago |
Xiaoda Zhang
|
fba2bfeb54
|
overwrite strategies for star graph structure
|
5 years ago |
zhouyuanshen
|
f49bd92b88
|
support asin and acos with dtype float on gpu
|
5 years ago |
jiangzhiwen
|
44f7978f7c
|
add image subtract
|
5 years ago |
mindspore-ci-bot
|
8d4a127bd4
|
!7444 mode_export_modelzoo
Merge pull request !7444 from baiyangfan/mode_export_modelzoo
|
5 years ago |
mindspore-ci-bot
|
3fd54fd58f
|
!7361 Check whether the network args are tensors in the compile phase
Merge pull request !7361 from YuJianfeng/master
|
5 years ago |
bai-yangfan
|
f0d18d2ce0
|
mode_export_modelzoo
|
5 years ago |
mindspore-ci-bot
|
9d24e2b83b
|
!7397 add repeated calculation num as the last dimension of dev matrix
Merge pull request !7397 from yangzhenzhang/handle_repeated_calc
|
5 years ago |
yujianfeng
|
18a76ff3c5
|
Check whether the network args are tensors in the compile phase
|
5 years ago |
mindspore-ci-bot
|
0a92ef2b98
|
!7173 make matmul support 1d*Nd and Nd*1d
Merge pull request !7173 from wanyiming/support_1d_matmul
|
5 years ago |
yangzhenzhang
|
fc4ed975c4
|
handle repeated calculation
|
5 years ago |
yuchaojie
|
a84affffd7
|
add QuantConfig & modify quant cells
|
5 years ago |
mindspore-ci-bot
|
70bd405338
|
!7375 Change normalize input check
Merge pull request !7375 from EricZ/change_normalize_check
|
5 years ago |
mindspore-ci-bot
|
7a45596593
|
!7373 Use MetaTensor instead of Initializer
Merge pull request !7373 from lilei/modify_MetaTensor
|
5 years ago |
mindspore-ci-bot
|
7b060b2562
|
!7209 Add some fake-quant operators
Merge pull request !7209 from jiangzhenguang/add_fake_quant_operator
|
5 years ago |
mindspore-ci-bot
|
a69dbb2da5
|
!7388 [ME] delete reduant function in check_parameter
Merge pull request !7388 from chenzhongming/zomi_master
|
5 years ago |
chenzomi
|
acadb694aa
|
[ME] delete reduant function in check_parameter
|
5 years ago |
jzg
|
2c6a9c8486
|
add fake-quant operators.
|
5 years ago |
anancds
|
28c9e9d9a5
|
Added http server based on libevent
|
5 years ago |
chenzomi
|
5b769dfb20
|
[ME] Bug fix
|
5 years ago |
lilei
|
7b135990e7
|
Use MetaTensor instead of Initializer
|
5 years ago |
Eric
|
d3e89086e5
|
Removed check for normalize mean
|
5 years ago |
mindspore-ci-bot
|
0357088a73
|
!7319 C++ API: vision ops - reorder and add gap UTs; correct parm desc style
Merge pull request !7319 from cathwong/ckw_c_api_transforms_tests2
|
5 years ago |
mindspore-ci-bot
|
15b1725198
|
!7321 Fix ordering for album dataset
Merge pull request !7321 from EricZ/album_float_array
|
5 years ago |
mindspore-ci-bot
|
c68f36c81e
|
!7311 [ME] change _check_parameter format
Merge pull request !7311 from chenzhongming/zomi_master
|
5 years ago |
mindspore-ci-bot
|
c967bf6846
|
!7339 fix for se-resnet50 accurancy
Merge pull request !7339 from qujianwei/master
|
5 years ago |
mindspore-ci-bot
|
a5e8c1eab3
|
!7345 fix a bug case in reshape redistribution
Merge pull request !7345 from yao_yf/reshape_redistribution_all_scene_support_add
|
5 years ago |
yao_yf
|
022005b94a
|
fix a bug cases in reshape redistribution
|
5 years ago |
mindspore-ci-bot
|
f4421b4504
|
!7236 Add new pass:arithmetic_simplify and eliminate_empty_graph
Merge pull request !7236 from gengfei/1012_simplify_1.0
|
5 years ago |
Eric
|
359ad19884
|
Added float_array support
Added fix, tests to come
|
5 years ago |
Geng_Fei
|
1455372cf1
|
add new pass in graph kernel: arithmetic_simplify
|
5 years ago |
huanghui
|
b7519b7418
|
unify save_graphs_path
|
5 years ago |
mindspore-ci-bot
|
9aba77dfec
|
!7276 fix cpu conv2d padding
Merge pull request !7276 from baihuawei/conv2d
|
5 years ago |
mindspore-ci-bot
|
d4d3d286cb
|
!7227 fix cpu slice with a certain scene
Merge pull request !7227 from baihuawei/fixslice
|
5 years ago |
Cathy Wong
|
9f7c1a32e7
|
C++ API: vision ops - reorder and add gap UTs; correct parm desc style
|
5 years ago |
mindspore-ci-bot
|
7e7d47db50
|
!7266 RandomResizedCrop for C API
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
|
5 years ago |
mindspore-ci-bot
|
fc14f2f785
|
!7268 Support Invert and GumbelCDF Bijectors
Merge pull request !7268 from XunDeng/gumbel_cdf
|
5 years ago |
mindspore-ci-bot
|
7425e1699e
|
!7235 C++ api add RescaleOp
Merge pull request !7235 from shenwei41/sw_master
|
5 years ago |