Commit Graph

22171 Commits

Author SHA1 Message Date
chenjianping 9178eba749 support third vendor reg kernels 2021-04-21 22:01:51 +08:00
mindspore-ci-bot 20eb406e75 !15443 GPU resize_bilinear op
From: @tom__chen
Reviewed-by: @robingrosman,@mikef,@robingrosman
Signed-off-by: @robingrosman
2021-04-21 21:03:52 +08:00
tanghuikang c88528990b PyNative support dynamic shape on cpu 2021-04-21 20:50:24 +08:00
mindspore-ci-bot 2750055a85 !15461 fix fasterrcnn performance issue
From: @zhao_ting_v
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
2021-04-21 20:18:18 +08:00
kswang 1dce6b9448 load input for graph executable 2021-04-21 20:13:31 +08:00
huangbingjian c91a0e9ca5 fix tensor print 2021-04-21 19:18:04 +08:00
chujinjin a6db82aeee fix dataset sink size error in pynative 2021-04-21 18:28:00 +08:00
mindspore-ci-bot 2e43434221 !15431 change infer value
From: @lianliguang
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-21 18:00:13 +08:00
zhanghuiyao c254072248 modify some train param in unet 2021-04-21 17:31:02 +08:00
mindspore-ci-bot 19147e9cb9 !15457 mindrt thread init : singleton -> append
From: @ling_qiao_min
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-04-21 17:11:57 +08:00
chenyijie6 81a1a02698 fix pclint warning 2021-04-21 16:33:42 +08:00
luopengting 61f2f19d9a make GetSubModuleName() as common function
Fix wrong module name of rdr files, make GetSubModuleName() as a common
function.
If rdr also has SUB_MODULE_NAMES, then if log_adapter modifies the name
of the module, the module name obtained by the rdr module will be wrong.

Mainly involves the following modifications:
1. move GetSubModuleName() from log_adapter.cc to log_adapter_common.cc
2. delete GetSubModuleName() in rdr module
2021-04-21 16:13:43 +08:00
jiangzhenguang 092ca26aa5 fix deeplabv3 filter 2021-04-21 16:10:51 +08:00
caifubi 9923d4794d Fix bug of Add infershape 2021-04-21 15:25:16 +08:00
yanglf1121 43ebd837b9 fix diff, convolve 2021-04-21 15:19:58 +08:00
mindspore-ci-bot d48151ab1e !15459 Add switch_defer_inline pass
From: @huangbingjian
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-21 15:10:53 +08:00
zhaoting 89669a5725 fix fasterrcnn performance issue 2021-04-21 15:07:25 +08:00
mindspore-ci-bot e24319f089 !15423 fix neg output of Div.
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-04-21 15:05:48 +08:00
mindspore-ci-bot b760d1235f !15416 Update normalization description at nn/layer/normalization.py
From: @dinglinhe123
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
2021-04-21 15:05:33 +08:00
chenhaozhe 4a009555a2 only save on the first device while training mobilenetv1 2021-04-21 14:45:13 +08:00
mindspore-ci-bot b5bb831c32 !15435 [MS_LITE] fix single op
From: @YeFeng_24
Reviewed-by: @hangangqiang,@HilbertDavid
Signed-off-by: @hangangqiang
2021-04-21 14:43:36 +08:00
mindspore-ci-bot c316d76a03 !15456 [ME][ControlFlow] Add some control sink testcases
From: @Margaret_wangrui
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-21 14:42:39 +08:00
changzherui 44f0c3469d add slice export ut test 2021-04-21 14:40:51 +08:00
ling a71faeb01a mindrt thread init : singleton -> append 2021-04-21 14:31:38 +08:00
yuzhenhua acc8fa5391 fix ctpn crnn compile error 2021-04-21 14:25:57 +08:00
mindspore-ci-bot 23fdba1c36 !15462 [ME][Control]Add assert of inner testcases
From: @chenfei52
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
2021-04-21 14:06:05 +08:00
mindspore-ci-bot 8bf9c96958 !15422 while control test cases 2
From: @lanzhineng
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
2021-04-21 11:50:38 +08:00
wangyanling a54809190b add model commit 2021-04-21 11:31:40 +08:00
chenfei e150dedc70 check result of test case 2021-04-21 11:17:12 +08:00
changzherui 1f4c17edca modify clean code 2021-04-21 10:56:16 +08:00
huangbingjian e5d32c9ff8 add switch_defer_inline 2021-04-21 10:37:06 +08:00
Margaret_wangrui e1f452c151 add inner control flow tests 2021-04-21 10:29:17 +08:00
Jiaqi 76e37e0253 ppl api 2021-04-21 10:14:08 +08:00
mindspore-ci-bot d0a2f3866d !15349 [MS][LITE][TOD] Add quantization to convert of ToD and Dequantization in RunTime
From: @ehaleva
Reviewed-by: @HilbertDavid,@hangangqiang
Signed-off-by: @HilbertDavid
2021-04-21 10:01:36 +08:00
yefeng 39e3f11b84 single_op 2021-04-21 09:56:34 +08:00
mindspore-ci-bot c37f8f9f0d !15450 Fix bug in checking status return in CSVOp
From: @hfarahat
Reviewed-by: @robingrosman,@pandoublefeng
Signed-off-by: @robingrosman
2021-04-21 09:43:16 +08:00
lanzhineng 39c0a5b7da while cases 2 2021-04-21 09:38:43 +08:00
mindspore-ci-bot d14f688ea1 !15195 [MS][LITE][CPU] arm32 fp16 算子优化
From: @lzkcode
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-04-21 09:06:15 +08:00
hesham d167095b6d Fix bug in checking status return in CSVOp 2021-04-20 19:20:22 -04:00
tom__chen 7e086b26a1 resize_bilinear gpu op 2021-04-20 17:22:27 -04:00
Emir Haleva 7341fe8c66 Support weight quantization of ToD models and quantization of optimizer weights 2021-04-20 23:15:52 +03:00
gengdongjie 0819ac5141 update rcnn weight initialization for maskrcnn 2021-04-21 02:35:08 +08:00
mindspore-ci-bot d35939603a !15331 fix sponge case master 0417
From: @jiahongqian
Reviewed-by: @wang_zi_dong,@ljl0711
Signed-off-by: @ljl0711
2021-04-20 22:03:02 +08:00
mindspore-ci-bot e1c642c955 !15430 fix the input is the output of graph
From: @limingqi107
Reviewed-by: @wilfchen,@chujinjin
Signed-off-by: @chujinjin
2021-04-20 21:10:04 +08:00
mindspore-ci-bot e0ea2767b7 !15384 [MS_LITE_IOS] remove reg
From: @YeFeng_24
Reviewed-by: @hangangqiang,@zhang_xue_tong
Signed-off-by: @hangangqiang,@zhang_xue_tong
2021-04-20 20:14:05 +08:00
mindspore-ci-bot aaea093af9 !15392 add int64 support for CPU Mul & Neg
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-04-20 19:47:55 +08:00
mindspore-ci-bot 6a83ba9741 !15424 refactor eltwise_grad on cpu kernel: code style check
From: @zyx5256
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
2021-04-20 19:40:20 +08:00
mindspore-ci-bot d4ab7b1de6 !15428 fixed reset in ps mode train failed
From: @anancds
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
2021-04-20 19:27:02 +08:00
lianliguang d2c696667b change process of infer value 2021-04-20 19:02:22 +08:00
limingqi107 888bb91290 fix the input is the output of graph 2021-04-20 18:38:33 +08:00