mindspore-ci-bot
9c6985edb7
!12471 fix the error of the formula of SoftmaxCrossEntropyWithLogits
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
2021-02-22 15:10:25 +08:00
dayschan
9d572f3963
Refactor GraphKernelExpander (2nd submission)
...
Changed the expander to class, and used the class name to identify the operator.
Moved the original op logic into the `_expand` function; added a `_check` function to check op inputs.
Use decorator to register the whitelist formats that operator supports,
and the decorator will change the `_check` function to check the formats.
2021-02-22 14:49:21 +08:00
jjfeing
e5b5335472
fix bias_add ub fusion
2021-02-22 14:44:48 +08:00
mindspore-ci-bot
2088d38610
!12149 quantum simulation
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
2021-02-22 14:21:13 +08:00
mindspore-ci-bot
7e3da978c8
!12297 add quick start cxx demo
...
From: @yeyunpeng2020
Reviewed-by:
Signed-off-by:
2021-02-22 14:12:59 +08:00
mindspore-ci-bot
e80e220f0a
!12431 move dynamic_shape_depends to backend
...
From: @zhupuxu
Reviewed-by: @jjfeing
Signed-off-by:
2021-02-22 14:11:44 +08:00
mindspore-ci-bot
08a6c2b8c2
!12435 modify read protobuf function
...
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
2021-02-22 13:40:04 +08:00
Margaret_wangrui
26ba7f2a38
1、fix square_sum_fusion pattern not match 2、add pass:load_eliminate
2021-02-22 11:57:58 +08:00
luopengting
7fe901491a
support recording stream execute order
...
1. add ExecNode and StreamRxecOrderRecorer
2. add json format and json dump for stream exec order
3. add stream exec order api
4. add in CMakeLists
2021-02-22 11:44:36 +08:00
huangmengxi
ceaa1603c8
trim down tests & add type checking for meshgrid
2021-02-22 11:44:20 +08:00
mindspore-ci-bot
91af321733
!12402 Change pack in functional
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
2021-02-22 11:35:48 +08:00
yeyunpeng
4ed332f28f
add quick start demo
2021-02-22 11:20:03 +08:00
mindspore-ci-bot
3952a57d85
!11788 Adding CRNN-Seq2Seq-OCR model to MindSpore model zoo
...
From: @alashkari
Reviewed-by:
Signed-off-by:
2021-02-22 10:27:53 +08:00
mindspore-ci-bot
90a56c9c23
!12384 Add Sin, Cos, Tan, Atan, AtanGrad for CPU
...
From: @wangrao124
Reviewed-by: @wuxuejian,@kisnwang
Signed-off-by: @wuxuejian
2021-02-22 10:17:46 +08:00
zhoufeng
931c4f90a2
fix 910 cpp inference multi device id
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-02-22 09:44:40 +08:00
sunsuodong
cc0b7ecc0e
refactor arithmetic
2021-02-22 09:39:15 +08:00
mindspore-ci-bot
02737b5e32
!12466 [ms][lite][cpu] prelu simd optimize
...
From: @lzkcode
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-02-22 09:33:18 +08:00
mindspore-ci-bot
b1a26ee7a9
!12463 [MS][LITE]fix conv_conv fusion bug
...
From: @probiotics_53
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
2021-02-22 09:32:38 +08:00
mindspore-ci-bot
0b258ecd26
!12478 该PR实现了一个新的ERF kernel
...
From: @junjiecheng
Reviewed-by: @zhang_xue_tong,@jpc_chenjianping
Signed-off-by: @zhang_xue_tong
2021-02-22 09:29:21 +08:00
Zichun Ye
b8fd0c196c
update bernoull dist: clamp prob for log_prob/prob
...
fix doc
2021-02-21 17:44:06 -05:00
mindspore-ci-bot
3805f0dfeb
!12355 dataset: Create C++ API classes for vision transform ops
...
From: @cathwong
Reviewed-by:
Signed-off-by:
2021-02-21 20:37:12 +08:00
Cathy Wong
3fc204e3bc
dataset: Create C++ API classes for vision transform ops
...
Review rework
Add overloaded API Map function
Overload Execute, update st test_de.cc and enhance ut execute_test.cc;
More TensorTransform support for BoundingBoxAugment and UniformAug
Execute support for auto case; UT updates
Rebase updates, including fix CI Ascend compilations
test_de.cc - comment out dvpp tests
Rebase updates
Added back testcase and constructor
Added back constructor
added missing macro
Fixed Macro
removed decode
2021-02-20 15:29:33 -05:00
mindspore-ci-bot
7240f0de1c
!12447 [MS][LITE] support fp16 control flow
...
From: @cjh9368
Reviewed-by:
Signed-off-by:
2021-02-20 22:40:55 +08:00
Junjie Cheng
0ee840d02e
add erf kernel
2021-02-20 20:40:49 +08:00
mindspore-ci-bot
0d032b8008
!12076 fp16 subgraph optimize
...
From: @wangzhe128
Reviewed-by:
Signed-off-by:
2021-02-20 20:01:05 +08:00
mindspore-ci-bot
56e28e1bbd
!12460 [MS_LITE] fix fp16 conv data type
...
From: @YeFeng_24
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-02-20 20:00:50 +08:00
mindspore-ci-bot
cbe2657486
!12462 [MS][LITE][CPU]solve tiny-yolov3 model inferenced with fp16 datatype failed issue
...
From: @fuzhiye
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-02-20 20:00:06 +08:00
zengxianglong
94e2ffcafe
fix conv_conv fusion bug
2021-02-20 18:06:31 +08:00
cjh9368
10b9f430d0
support decoder fp16
2021-02-20 17:36:08 +08:00
mindspore-ci-bot
2f1d4f9ef9
!12181 [MSLITE] int8 matmul base
...
From: @ling_qiao_min
Reviewed-by:
Signed-off-by:
2021-02-20 17:19:44 +08:00
wangshuide2020
d72e95f666
fix the error of the formula of SoftmaxCrossEntropyWithLogits
2021-02-20 17:17:09 +08:00
l00591931
88de02bd0c
Change pack in functional
2021-02-20 17:11:00 +08:00
wangzhe
f6a7c01d73
fix fp16 multi threads bug
2021-02-20 17:10:34 +08:00
liyong
a4ac6f429b
fix some bugs
2021-02-20 17:02:54 +08:00
lzk
5ad63a48c5
prelu simd optimize
2021-02-20 01:00:04 -08:00
mindspore-ci-bot
b3350132eb
!12454 add add coder
...
From: @zhujingxuan
Reviewed-by: @wangchengyuan,@wangchengyuan
Signed-off-by: @wangchengyuan,@wangchengyuan
2021-02-20 16:51:55 +08:00
fuzhiye
ce4fe0bcf9
fix switch op infershape bug && adding dataType check in arithmetic op
2021-02-20 16:30:29 +08:00
mindspore-ci-bot
36ae3950eb
!12443 [MSLITE]fix bugs of build, and fix coder graph
...
From: @yangjie159
Reviewed-by: @wangchengyuan,@zhanghaibo5
Signed-off-by: @wangchengyuan
2021-02-20 16:25:20 +08:00
mindspore-ci-bot
148da5223d
!12289 [MSLITE] remove support train in convert
...
From: @zhengjun10
Reviewed-by:
Signed-off-by:
2021-02-20 16:14:25 +08:00
yefeng
94c65bab90
fix_fp16_conv_data_type-2
2021-02-20 16:08:45 +08:00
mindspore-ci-bot
9c5089f1f0
!12453 fix npu fp16 tensor type wrong
...
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@HilbertDavid
Signed-off-by: @zhanghaibo5
2021-02-20 16:05:17 +08:00
mindspore-ci-bot
4f179898aa
!12420 fix resnet thor smoke threshold
...
From: @wangmin0104
Reviewed-by: @wang_zi_dong,@jjfeing
Signed-off-by: @wang_zi_dong
2021-02-20 16:00:50 +08:00
zuochuanyong
3fa26683ac
nlp perf(Pynative): change memory sync mode from synchronous to asynchronous in SyncHostToDevice
2021-02-20 02:51:51 -05:00
ling
d2ca314394
[MSLITE] int8 matmul base
2021-02-20 15:51:47 +08:00
zhujingxuan
06afcacf9e
add add coder and fix license issue
2021-02-20 15:39:25 +08:00
mindspore-ci-bot
8bd95ed281
!12262 [MS][LITE][Develop]remove cross dependency in inner headers
...
From: @lx0095
Reviewed-by:
Signed-off-by:
2021-02-20 15:26:03 +08:00
mindspore-ci-bot
b393206b5f
!12448 fix cropandresize bugs
...
From: @yeyunpeng2020
Reviewed-by: @hangangqiang,@HilbertDavid
Signed-off-by: @hangangqiang
2021-02-20 15:10:21 +08:00
mindspore-ci-bot
3330d6349b
!12457 [MS][LITE] remove useless op infershape
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-02-20 14:58:24 +08:00
mindspore-ci-bot
ac133d080c
!12444 [MS][LITE][Develop]fix return value for second build
...
From: @lx0095
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @hangangqiang
2021-02-20 14:39:43 +08:00
mindspore-ci-bot
f93ff5430f
!12451 [MS_LITE] fix encoder fp16 nan
...
From: @YeFeng_24
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
2021-02-20 14:33:44 +08:00