Commit Graph

11785 Commits

Author SHA1 Message Date
xulei2020 9c1a0c796b add gitee repo for third_party download 2020-10-20 19:07:31 +08:00
mindspore-ci-bot 36a8013b0a add element-wise operators
Merge pull request  from yihuaijie/master
2020-10-20 18:35:44 +08:00
mindspore-ci-bot c8a8c2623d [MSLITE][Develop] fix SmartReply
Merge pull request  from sunsuodong/fix_lite_kernel
2020-10-20 17:23:45 +08:00
mindspore-ci-bot cfd638c39e [MS][LITE][Develop]rename win_run_test to win_runtest
Merge pull request  from chenjianping/lite_windows
2020-10-20 17:19:41 +08:00
mindspore-ci-bot 15f57029a5 post training quantization support multi-input model
Merge pull request  from xutianchun/quant1020
2020-10-20 16:52:24 +08:00
mindspore-ci-bot 6e2010ae75 Add Softplus,SoftplusGrad for old backend.
Merge pull request  from liangchenghui/add_softplus2
2020-10-20 16:37:35 +08:00
chenjianping d3ee37106c rename win_run_test -> win_runtest 2020-10-20 16:15:19 +08:00
mindspore-ci-bot 9d8707d101 Add dscnn network to modelzoo
Merge pull request  from zhanghuiyao/dscnn_branch
2020-10-20 16:15:10 +08:00
mindspore-ci-bot cd8c4f47f2 enable download glog from gitee
Merge pull request  from liubuyu/bug_fix
2020-10-20 16:13:45 +08:00
mindspore-ci-bot 3d7ca7e803 add tool to find error operator in source code
Merge pull request  from jiangzhenguang/add_find_error_operator_in_source_code_tool
2020-10-20 16:09:52 +08:00
mindspore-ci-bot 3763e201b5 [MSLITE] fp16 deconv winograd
Merge pull request  from ling/sr
2020-10-20 15:55:10 +08:00
mindspore-ci-bot 132065dab1 [MS][LITE][Develop]CI support run window benchmark
Merge pull request  from chenjianping/lite_windows
2020-10-20 15:54:52 +08:00
mindspore-ci-bot 7ec18e72f4 fix session_ in benchmark.h uninitialized
Merge pull request  from yankai10/merge_1020
2020-10-20 15:46:36 +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
mindspore-ci-bot 9638055a76 Support asin and acos with dtype float on gpu
Merge pull request  from zhouyuanshen/master
2020-10-20 15:26:41 +08:00
mindspore-ci-bot ade47f8968 [ZOO] delete google net dir
Merge pull request  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
mindspore-ci-bot b33cc9d991 Fix minddata lite build
Merge pull request  from EricZ/remove_adapter_md
2020-10-20 15:00:23 +08:00
liubuyu e6303ec1b0 enable download glog from gitee 2020-10-20 14:58:59 +08:00
mindspore-ci-bot 4ef0163963 change composite.random_ops.get_seed to internal interface
Merge pull request  from yihuaijie/random
2020-10-20 14:50:55 +08:00
chenjianping 3b862a5cda windows CI support benchmark 2020-10-20 14:32:55 +08:00
mindspore-ci-bot d0a1a9b73c [MSLITE]fix windows compile bug
Merge pull request  from lyvette/windows
2020-10-20 14:21:49 +08:00
mindspore-ci-bot dc73bdb04a C++ API: Cleanup datasets.cc ValidateParams return Status support
Merge pull request  from cathwong/ckw_cppapi_cleanup_return_status
2020-10-20 14:15:56 +08:00
mindspore-ci-bot 274dd60005 [lite] append onnx parser
Merge pull request  from 徐安越/master
2020-10-20 14:13:06 +08:00
mindspore-ci-bot 2d2e0c90b5 [MSLITE]Support bit16 weight quant
Merge pull request  from ghzl/support-int16-weight-quant
2020-10-20 14:00:02 +08:00
mindspore-ci-bot eb6cdd5ac0 [quant] add QuantConfig & modify quant cells
Merge pull request  from yuchaojie/quant3
2020-10-20 13:58:17 +08:00
xuanyue 7f42991624 append onnx parser 2020-10-20 13:24:52 +08:00
Eric 1f11ccce06 Removed log_adapter dependency for minddata lite
Brute force fix?

Added missing import

Added removal of new cache functionality

Fix batch

Remove crc and cache optimizer

Remove affine

Remove cut mix batch

Added securec.h

Removed unused crc import

Fixed minor arm64 compile issues for tensor ops

Removed excess code from de_tensor

Added vision import

remove random device ops

Removed commented line

Added extra layer to switch adapter logic

Added securec

Added float fix
2020-10-20 00:32:58 -04:00
mindspore-ci-bot 639e7ca47e [MS][LITE][CPU] int pack asm optimize
Merge pull request  from liuzhongkai/conv1x1_asmop
2020-10-20 11:30:44 +08:00
yankai 8978ab6d9a fix session_ in benchmark.h uninitialized 2020-10-20 11:27:37 +08:00
zhouyuanshen f49bd92b88 support asin and acos with dtype float on gpu 2020-10-20 11:21:46 +08:00
Yi Huaijie 626c7f8906 change composite.random_ops.get_seed to internal interface 2020-10-20 11:11:40 +08:00
mindspore-ci-bot caf511e47b Add DynamicRNN for old backend.
Merge pull request  from liuxiao93/dynamic_rnn_old_backend
2020-10-20 11:05:27 +08:00
chenzomi c2661564f6 [ZOO] delete google net dir 2020-10-20 10:57:29 +08:00
lyvette 6655b89fcf fix windows compile bug 2020-10-20 10:54:46 +08:00
ling f6aa35b12b fp16 deconv winograd 2020-10-20 10:47:22 +08:00
mindspore-ci-bot 1af8c8badc [MS][LITE][GPU]optimize op program map key
Merge pull request  from chenzupeng/master-lite
2020-10-20 10:33:18 +08:00
mindspore-ci-bot da7df0dca5 move reset of reshape tensor_infos to another position
Merge pull request  from yao_yf/reshape_tensorinfos_clear_change_position
2020-10-20 10:29:57 +08:00
mindspore-ci-bot c8ba2f7769 [MD] fix bug when reading multiple mindrecord files
Merge pull request  from liyong126/fix_mindrecord_read
2020-10-20 10:10:37 +08:00
chenzupeng 95f2588046 optimize op program map key 2020-10-20 10:05:17 +08:00
mindspore-ci-bot f4d6fd9fcf Adapting GPU minddata profiler
Merge pull request  from 张毅辉/zyh_gpu_minddata_profiler_2
2020-10-20 10:00:34 +08:00
mindspore-ci-bot 6dd56e8d8b fix bug of filter kernel info
Merge pull request  from lianliguang/master
2020-10-20 09:57:53 +08:00
mindspore-ci-bot 89e11f6b2b [MS][LITE][Develop]fix fp32 deconv relu_type bug
Merge pull request  from lixian/master
2020-10-20 09:52:27 +08:00
mindspore-ci-bot 34ef8af1c3 modify alexnet shell
Merge pull request  from wukesong/modify-alexnet-script
2020-10-20 09:41:59 +08:00
mindspore-ci-bot b79b613acc MindData profiling for GPU
Merge pull request  from yanghaitao/yht_gpu_profiling
2020-10-20 09:14:32 +08:00
mindspore-ci-bot 701ac565ae fix create file error when e2e dump
Merge pull request  from jjfeing/master
2020-10-20 09:14:13 +08:00
mindspore-ci-bot 7ff0512210 checkout the consistency of grad out in pynative cell hook
Merge pull request  from JoyLvliang/checkout-the-consistency-of-grad-out-in-pynative-cell-hook
2020-10-20 09:13:14 +08:00
mindspore-ci-bot 25dd36059b change back clang-format
Merge pull request  from hangq/master-back
2020-10-20 09:05:48 +08:00
Cathy Wong c2c7798738 C++ API: Cleanup datasets.cc return Status support 2020-10-19 19:43:04 -04:00