looop5
1e937b0ebb
akg supports downloading open source software from gitee mirror
4 years ago
mindspore-ci-bot
7747f4c471
!7457 [MSLITE] Support Fp32 Matrix-Vector Multiplication for FC/MATMUL Ops
...
Merge pull request !7457 from zhanyuan/tmp
4 years ago
mindspore-ci-bot
d7ea4742f3
!7466 [MSLITE] Fix bug of arithmetic operator.
...
Merge pull request !7466 from wangshaocong/bugfix_master_v2
4 years ago
mindspore-ci-bot
3655db526d
!7491 modify transformer's floordiv and mod to adapt to 310
...
Merge pull request !7491 from yuchaojie/transformer
4 years ago
mindspore-ci-bot
1b6c2c577c
!7492 [ME] bug fix for check parameter
...
Merge pull request !7492 from chenzhongming/zomi_master
4 years ago
mindspore-ci-bot
89057c52cb
!7522 [Data]add gitee repo for third_party download
...
Merge pull request !7522 from xulei/cmake
4 years ago
mindspore-ci-bot
4e81e7d377
!7539 C++ API: Minor improvements to datasets ValidateParams support
...
Merge pull request !7539 from cathwong/ckw_cppapi_more_return_status
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
Cathy Wong
0e5f7beebc
C++ API: Minor improvements to ValidateParams support
4 years ago
Eric
7e21648e16
Added Album empty string tensor support
4 years ago
mindspore-ci-bot
db0868d745
!7536 fix minddata arm64 build
...
Merge pull request !7536 from EricZ/fix_dataset_lite_build
4 years ago
mindspore-ci-bot
7362f1f315
!7417 Implemented TreeAdapter for ExecutionTree
...
Merge pull request !7417 from ZiruiWu/tree_adapter
4 years ago
Eric
3691260031
Added fix for arm64
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
mindspore-ci-bot
cc4aa65743
!7496 C++ API: Change IR to take Dataset Object as input.
...
Merge pull request !7496 from Alex Yuyue/IR_dataset_input
4 years ago
alex-yuyue
24f35ae322
Change IR to take dataset Obj as input and change name *Dataset to *Node
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
40b4844b76
!7263 Remove debugger argument from runtime functions
...
Merge pull request !7263 from Harshvardhan Gupta/add-dbg-runtime
4 years ago
mindspore-ci-bot
f89b1642f1
!7514 download nccl and pslite from gitee
...
Merge pull request !7514 from ZPaC/master-download-from-gitee
4 years ago
mindspore-ci-bot
3b0f39623d
!7451 Specify the dump names of constant nodes the same with the names in pb file
...
Merge pull request !7451 from wangyue/master
4 years ago
mindspore-ci-bot
90c5ce2a2c
!7489 fix java build bugs
...
Merge pull request !7489 from yeyunpeng2020/java
4 years ago
mindspore-ci-bot
ba6023b87d
!7401 custom ckpt save and load
...
Merge pull request !7401 from caozhou/custom_ckpt_save_and_load
4 years ago
mindspore-ci-bot
e3ec1d3cdb
!7523 deconv winograd fp32 input pack and output bias
...
Merge pull request !7523 from ling/sr
4 years ago
mindspore-ci-bot
620d8b99b6
!6760 sparse optimizer
...
Merge pull request !6760 from lijiaqi/sparse_optimizer
4 years ago
zhanyuan
cccaab4fdc
Support FP32 Matrix-Vector Multiplication
4 years ago
mindspore-ci-bot
84f66ef5b8
!7217 reduce or raise precision restructure
...
Merge pull request !7217 from liubuyu/op_support
4 years ago
mindspore-ci-bot
503d4ad2d6
!7515 fix atomicaddrclean bug
...
Merge pull request !7515 from gukecai/bug
4 years ago
mindspore-ci-bot
3f2c6ebd61
!7490 force mindspore to link liboptiling.so in ascend mode
...
Merge pull request !7490 from yanghaoran/master
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
ling
7d97c1b903
[MSLITE][Develop]deconv winograd input pack and output bias
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
ZPaC
d07c6151ea
download nccl and pslite from gitee
4 years ago
xulei2020
9c1a0c796b
add gitee repo for third_party download
4 years ago
caozhou
76ab430d4f
custom ckpt save and load
4 years ago
mindspore-ci-bot
bf2037691b
!7504 [MS][LITE][CPU]optimize int8 max pool
...
Merge pull request !7504 from fuzhiye/tmp
4 years ago
mindspore-ci-bot
36a8013b0a
!7493 add element-wise operators
...
Merge pull request !7493 from yihuaijie/master
4 years ago
Jiaqi
a30ccea62c
sparse optimizer
4 years ago
gukecai
b9b4a86e5f
fix atomicaddrclean bug
4 years ago
mindspore-ci-bot
c8a8c2623d
!7505 [MSLITE][Develop] fix SmartReply
...
Merge pull request !7505 from sunsuodong/fix_lite_kernel
4 years ago
mindspore-ci-bot
cfd638c39e
!7506 [MS][LITE][Develop]rename win_run_test to win_runtest
...
Merge pull request !7506 from chenjianping/lite_windows
4 years ago
mindspore-ci-bot
15f57029a5
!7499 post training quantization support multi-input model
...
Merge pull request !7499 from xutianchun/quant1020
4 years ago
yeyunpeng
729073d50a
fix java build error
4 years ago
mindspore-ci-bot
6e2010ae75
!7479 Add Softplus,SoftplusGrad for old backend.
...
Merge pull request !7479 from liangchenghui/add_softplus2
4 years ago
Xiao Tianci
fb98fbcc9f
add c api config
4 years ago
chenjianping
d3ee37106c
rename win_run_test -> win_runtest
4 years ago
mindspore-ci-bot
9d8707d101
!7456 Add dscnn network to modelzoo
...
Merge pull request !7456 from zhanghuiyao/dscnn_branch
4 years ago
mindspore-ci-bot
cd8c4f47f2
!7503 enable download glog from gitee
...
Merge pull request !7503 from liubuyu/bug_fix
4 years ago
luoyang
2dc8e5f421
[MD] C++ api add MindDataset
4 years ago