Commit Graph

11819 Commits

Author SHA1 Message Date
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
2020-10-20 12:44:28 -04:00
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
2020-10-21 00:04:57 +08:00
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>
2020-10-20 11:04:57 -04:00
mindspore-ci-bot 40b4844b76 !7263 Remove debugger argument from runtime functions
Merge pull request !7263 from Harshvardhan Gupta/add-dbg-runtime
2020-10-20 22:28:41 +08:00
mindspore-ci-bot f89b1642f1 !7514 download nccl and pslite from gitee
Merge pull request !7514 from ZPaC/master-download-from-gitee
2020-10-20 21:33:00 +08:00
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
2020-10-20 21:31:11 +08:00
mindspore-ci-bot 90c5ce2a2c !7489 fix java build bugs
Merge pull request !7489 from yeyunpeng2020/java
2020-10-20 20:50:58 +08:00
mindspore-ci-bot ba6023b87d !7401 custom ckpt save and load
Merge pull request !7401 from caozhou/custom_ckpt_save_and_load
2020-10-20 20:31:46 +08:00
mindspore-ci-bot e3ec1d3cdb !7523 deconv winograd fp32 input pack and output bias
Merge pull request !7523 from ling/sr
2020-10-20 20:29:18 +08:00
mindspore-ci-bot 620d8b99b6 !6760 sparse optimizer
Merge pull request !6760 from lijiaqi/sparse_optimizer
2020-10-20 20:19:06 +08:00
mindspore-ci-bot 84f66ef5b8 !7217 reduce or raise precision restructure
Merge pull request !7217 from liubuyu/op_support
2020-10-20 19:57:44 +08:00
mindspore-ci-bot 503d4ad2d6 !7515 fix atomicaddrclean bug
Merge pull request !7515 from gukecai/bug
2020-10-20 19:51:12 +08:00
mindspore-ci-bot 3f2c6ebd61 !7490 force mindspore to link liboptiling.so in ascend mode
Merge pull request !7490 from yanghaoran/master
2020-10-20 19:50:57 +08:00
mindspore-ci-bot 48601f51b0 !7295 [MD] C++ api add MindDataset
Merge pull request !7295 from luoyang/c-api-pyfunc
2020-10-20 19:45:45 +08:00
mindspore-ci-bot 2744bad8b9 !7440 add CSE for GraphKernel
Merge pull request !7440 from lingyunli63/GraphKernelCSE
2020-10-20 19:44:43 +08:00
mindspore-ci-bot 8ff82843ea !7486 [MD] Add subtract image proccessing
Merge pull request !7486 from jiangzhiwen/lite/image_subtract
2020-10-20 19:39:11 +08:00
ling 7d97c1b903 [MSLITE][Develop]deconv winograd input pack and output bias 2020-10-20 19:38:52 +08:00
mindspore-ci-bot 947f6d96d1 !7414 C++ api add config_manager
Merge pull request !7414 from xiaotianci/c_api_config
2020-10-20 19:37:18 +08:00
mindspore-ci-bot 7707bb8540 !7439 [MD] Add YUV to BGR , Split, extractChannel ops
Merge pull request !7439 from xulei/lite_test0905
2020-10-20 19:36:19 +08:00
ZPaC d07c6151ea download nccl and pslite from gitee 2020-10-20 19:23:27 +08:00
caozhou 76ab430d4f custom ckpt save and load 2020-10-20 19:03:39 +08:00
mindspore-ci-bot bf2037691b !7504 [MS][LITE][CPU]optimize int8 max pool
Merge pull request !7504 from fuzhiye/tmp
2020-10-20 19:03:21 +08:00
mindspore-ci-bot 36a8013b0a !7493 add element-wise operators
Merge pull request !7493 from yihuaijie/master
2020-10-20 18:35:44 +08:00
Jiaqi a30ccea62c sparse optimizer 2020-10-20 17:56:45 +08:00
gukecai b9b4a86e5f fix atomicaddrclean bug 2020-10-20 17:30:58 +08:00
mindspore-ci-bot c8a8c2623d !7505 [MSLITE][Develop] fix SmartReply
Merge pull request !7505 from sunsuodong/fix_lite_kernel
2020-10-20 17:23:45 +08:00
mindspore-ci-bot cfd638c39e !7506 [MS][LITE][Develop]rename win_run_test to win_runtest
Merge pull request !7506 from chenjianping/lite_windows
2020-10-20 17:19:41 +08:00
mindspore-ci-bot 15f57029a5 !7499 post training quantization support multi-input model
Merge pull request !7499 from xutianchun/quant1020
2020-10-20 16:52:24 +08:00
yeyunpeng 729073d50a fix java build error 2020-10-20 16:44:09 +08:00
mindspore-ci-bot 6e2010ae75 !7479 Add Softplus,SoftplusGrad for old backend.
Merge pull request !7479 from liangchenghui/add_softplus2
2020-10-20 16:37:35 +08:00
Xiao Tianci fb98fbcc9f add c api config 2020-10-20 16:32:57 +08:00
chenjianping d3ee37106c rename win_run_test -> win_runtest 2020-10-20 16:15:19 +08:00
mindspore-ci-bot 9d8707d101 !7456 Add dscnn network to modelzoo
Merge pull request !7456 from zhanghuiyao/dscnn_branch
2020-10-20 16:15:10 +08:00
mindspore-ci-bot cd8c4f47f2 !7503 enable download glog from gitee
Merge pull request !7503 from liubuyu/bug_fix
2020-10-20 16:13:45 +08:00
luoyang 2dc8e5f421 [MD] C++ api add MindDataset 2020-10-20 16:12:49 +08:00
mindspore-ci-bot 3d7ca7e803 !7114 add tool to find error operator in source code
Merge pull request !7114 from jiangzhenguang/add_find_error_operator_in_source_code_tool
2020-10-20 16:09:52 +08:00
mindspore-ci-bot 3763e201b5 !7433 [MSLITE] fp16 deconv winograd
Merge pull request !7433 from ling/sr
2020-10-20 15:55:10 +08:00
mindspore-ci-bot 132065dab1 !7501 [MS][LITE][Develop]CI support run window benchmark
Merge pull request !7501 from chenjianping/lite_windows
2020-10-20 15:54:52 +08:00
liubuyu 020c71e72c reduce or raise precision restructure 2020-10-20 15:53:48 +08:00
mindspore-ci-bot 7ec18e72f4 !7500 fix session_ in benchmark.h uninitialized
Merge pull request !7500 from yankai10/merge_1020
2020-10-20 15:46:36 +08:00
fuzhiye 3d42727c48 optimize int8 max pool 2020-10-20 15:41:34 +08:00
xutianchun d401034645 support multi-input model 2020-10-20 15:40:05 +08:00
sunsuodong 48cdd7cd97 fix_lite_kernel 2020-10-20 15:37:00 +08:00
lingyunli63 a500a57c72 add GraphkernelCSE 2020-10-20 15:29:33 +08:00
mindspore-ci-bot 9638055a76 !7488 Support asin and acos with dtype float on gpu
Merge pull request !7488 from zhouyuanshen/master
2020-10-20 15:26:41 +08:00
yanghaoran 45ead0bad9 force mindspore to link liboptiling.so in ascend mode 2020-10-20 15:22:29 +08:00
mindspore-ci-bot ade47f8968 !7494 [ZOO] delete google net dir
Merge pull request !7494 from chenzhongming/zomi_master2
2020-10-20 15:15:42 +08:00
Yi Huaijie fe1b06c659 add splitable operators 2020-10-20 15:07:19 +08:00
xulei2020 442cee15ad add yuv420sp to bgr, split and extractchannel 2020-10-20 15:05:25 +08:00
mindspore-ci-bot b33cc9d991 !7418 Fix minddata lite build
Merge pull request !7418 from EricZ/remove_adapter_md
2020-10-20 15:00:23 +08:00