Commit Graph

11217 Commits

Author SHA1 Message Date
mindspore-ci-bot 1c06d6e024 !6950 modify atlas installer package default directory
Merge pull request !6950 from yanghaoran/master
2020-09-28 14:46:19 +08:00
mindspore-ci-bot ed45993f1e !6937 fix BCELoss
Merge pull request !6937 from baihuawei/lossmodify
2020-09-28 14:46:04 +08:00
gengdongjie 41fd8608f8 adopt BoundingBoxEncode modification and disable save graph for maskrcnn 2020-09-28 14:35:34 +08:00
lixian 895efc6e2f merge border handling for matmul 2020-09-28 14:33:34 +08:00
mindspore-ci-bot d9a001a645 !6581 add gpu operator assign
Merge pull request !6581 from lingyunli63/master_add_assign_with_update_akg
2020-09-28 14:24:04 +08:00
mindspore-ci-bot 649cee8ffc !6940 scale with relu fusion and calculating
Merge pull request !6940 from zhaozhenlong/lite/op/scale_relu
2020-09-28 14:17:29 +08:00
xulei2020 6bb34eaa64 add input param check 2020-09-28 14:12:21 +08:00
mindspore-ci-bot dcc4bb1d5c !6960 [MS][LITE][Develop]optimization for fp32 matmul kernel on arm64
Merge pull request !6960 from lixian/master
2020-09-28 14:11:18 +08:00
mindspore-ci-bot c90652ab8b !6957 [MD] minddata catch jpeg err exi runtime_error
Merge pull request !6957 from xiefangqi/md_catch_jpeg_errexit
2020-09-28 14:10:15 +08:00
mindspore-ci-bot 5f244627f1 !6953 Check and set ASCEND_OPP_PATH env
Merge pull request !6953 from zhoufeng/set-opp-path-env-mst
2020-09-28 14:08:59 +08:00
wang_shaocong 49a934c78d Remove cast operators which convert datatype from fp32 to fp16. 2020-09-28 11:55:12 +08:00
mindspore-ci-bot 2039f5f47c !6958 [MSLITE] Fix the bug of fp16 fullconnection output incorrect
Merge pull request !6958 from zhanyuan/dev
2020-09-28 11:43:56 +08:00
cjh9368 9f5ed13887 support scale int8 op 2020-09-28 11:41:44 +08:00
zhaozhenlong 0e07b0d9e8 scale add relu and relu6 for fusion and calculating 2020-09-28 11:34:38 +08:00
lixian cf9d13b24e optimization for fp32 matmul kernel on arm64 2020-09-28 11:32:13 +08:00
peixu_ren 6c0cfea75b Remove StridedSlice AICPU version 2020-09-27 23:31:17 -04:00
mindspore-ci-bot f4d5068fed !6901 Add check if the seed is a bool
Merge pull request !6901 from peixu_ren/master
2020-09-28 11:28:05 +08:00
zhanyuan 638fa0c32f Fix the bug of fp16 matmul asm 2020-09-28 11:12:24 +08:00
mindspore-ci-bot 55dadf7a67 !6955 [MSLITE][Develop] fix bug of arm fp16 cpu op: reduce, arithmetic
Merge pull request !6955 from yangruoqi713/lite
2020-09-28 11:04:53 +08:00
yeyunpeng b9238d7b01 add java api and ci 2020-09-28 10:57:29 +08:00
mindspore-ci-bot cfbdca98c5 !6954 MSLITE add boolTofloat func for cast operator
Merge pull request !6954 from 徐安越/master
2020-09-28 10:45:52 +08:00
xiefangqi 1dc50a2302 minddata catch jpeg errexit runtime error 2020-09-28 10:39:06 +08:00
baihuawei 345b6f50b9 fix BCE and KLDiv 2020-09-28 10:26:15 +08:00
lingyunli63 dd48f10c3d add assign ops in composite_topi 2020-09-28 10:20:53 +08:00
mindspore-ci-bot 90895accb0 !6949 remove unused param `buffer_size`
Merge pull request !6949 from caojian05/ms_master_bugfix
2020-09-28 10:14:09 +08:00
yangruoqi713 26d1485819 [MSLITE][Develop] fix bug of arm fp16 cpu op: reduce, arithmetic 2020-09-28 10:13:13 +08:00
mindspore-ci-bot 24d1cc18a7 !6944 Fix input verification for input of GlobalbatchNorm.
Merge pull request !6944 from liuxiao93/GroupNorm
2020-09-28 09:56:27 +08:00
mindspore-ci-bot 5f4e800141 !6803 disable memory reuse for selected op in e2e dump
Merge pull request !6803 from laiyongqiang/e2edump_reuse
2020-09-28 09:51:39 +08:00
mindspore-ci-bot b81e6dbcdb !6921 fix cpu sparse_softmax_encropy_with_logits
Merge pull request !6921 from baihuawei/fixsoftmaxencro
2020-09-28 09:51:02 +08:00
zhoufeng 34ae84256f check and set ASCEND_OPP_PATH env
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-09-28 09:50:14 +08:00
mindspore-ci-bot 42e1fc8e24 !6943 [MD] minddata use new ps api when ps mode
Merge pull request !6943 from xiefangqi/md_replace_ps_api
2020-09-28 09:43:13 +08:00
xuanyue dec4785b65 add boolTofloat func for cast operator 2020-09-28 09:42:07 +08:00
mindspore-ci-bot afef3ec6f6 !6946 MSLITE fix compare function output dataType
Merge pull request !6946 from 徐安越/master
2020-09-28 09:39:24 +08:00
mindspore-ci-bot badb6748e3 !6945 enable reduce precision support int64 to int32
Merge pull request !6945 from liubuyu/master
2020-09-28 09:29:37 +08:00
yanghaoran ac798d87dc modify atlas installer package default directory, due to changes of installer packages 2020-09-28 09:19:38 +08:00
mindspore-ci-bot d15febdb91 !6938 【MSLite】Specify train converter
Merge pull request !6938 from lz/master
2020-09-28 09:16:48 +08:00
mindspore-ci-bot d1fc69bba9 !6947 add export file of resnet_thor
Merge pull request !6947 from wangmin0104/master
2020-09-28 09:03:26 +08:00
mindspore-ci-bot 825961aa43 !6934 mobilenetv2 debug
Merge pull request !6934 from yepei6/master_debug
2020-09-27 22:02:33 +08:00
caojian05 5b4f6621ec remove unused param `buffer_size` 2020-09-27 20:46:55 +08:00
wangmin 6cf4f5e217 add resnet_thor export file 2020-09-27 19:52:43 +08:00
xuanyue 1dca718a1e fix compare function output dataType 2020-09-27 19:01:30 +08:00
Payne f7667f58b2 debug dataset_path and shell scripts 2020-09-27 18:56:32 +08:00
mindspore-ci-bot 57ecb40022 !6825 GPU add combine cast fusion
Merge pull request !6825 from VectorSL/combine-cast
2020-09-27 18:15:09 +08:00
mindspore-ci-bot 5b122cd1eb !6935 [MSLITE][Develop] fix concat fp16
Merge pull request !6935 from sunsuodong/fix_concat
2020-09-27 17:54:25 +08:00
mindspore-ci-bot 83d13d4c87 !6931 MSLITE fix onnx weightquant and add tflite custom op
Merge pull request !6931 from 徐安越/master
2020-09-27 17:53:18 +08:00
liubuyu b0837d1137 enable reduce precision support int64 to int32 2020-09-27 17:53:11 +08:00
liuxiao93 da17d53ae1 fix precision of GroupNorm when the shape is small. 2020-09-27 17:47:13 +08:00
mindspore-ci-bot f9bfc85a20 !6914 fix cpu softmax with negative axis
Merge pull request !6914 from baihuawei/fixsoftmax
2020-09-27 17:44:39 +08:00
xiefangqi 82bc278e26 minddata use new ps api 2020-09-27 17:38:22 +08:00
mindspore-ci-bot 18625a860c !6838 wide&deep export file for 310 predict
Merge pull request !6838 from yao_yf/wide_and_deep_export
2020-09-27 17:22:00 +08:00