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.
4 years ago
jjfeing
e5b5335472
fix bias_add ub fusion
4 years ago
mindspore-ci-bot
2088d38610
!12149 quantum simulation
...
From: @donghufeng
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7e3da978c8
!12297 add quick start cxx demo
...
From: @yeyunpeng2020
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e80e220f0a
!12431 move dynamic_shape_depends to backend
...
From: @zhupuxu
Reviewed-by: @jjfeing
Signed-off-by:
4 years ago
mindspore-ci-bot
08a6c2b8c2
!12435 modify read protobuf function
...
From: @changzherui
Reviewed-by: @kingxian,@zhoufeng54
Signed-off-by: @kingxian
4 years ago
Margaret_wangrui
26ba7f2a38
1、fix square_sum_fusion pattern not match 2、add pass:load_eliminate
4 years ago
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
4 years ago
huangmengxi
ceaa1603c8
trim down tests & add type checking for meshgrid
4 years ago
mindspore-ci-bot
91af321733
!12402 Change pack in functional
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
yeyunpeng
4ed332f28f
add quick start demo
4 years ago
mindspore-ci-bot
3952a57d85
!11788 Adding CRNN-Seq2Seq-OCR model to MindSpore model zoo
...
From: @alashkari
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
90a56c9c23
!12384 Add Sin, Cos, Tan, Atan, AtanGrad for CPU
...
From: @wangrao124
Reviewed-by: @wuxuejian,@kisnwang
Signed-off-by: @wuxuejian
4 years ago
zhoufeng
931c4f90a2
fix 910 cpp inference multi device id
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
sunsuodong
cc0b7ecc0e
refactor arithmetic
4 years ago
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
4 years ago
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
4 years ago
mindspore-ci-bot
0b258ecd26
!12478 该PR实现了一个新的ERF kernel
...
From: @junjiecheng
Reviewed-by: @zhang_xue_tong,@jpc_chenjianping
Signed-off-by: @zhang_xue_tong
4 years ago
Zichun Ye
b8fd0c196c
update bernoull dist: clamp prob for log_prob/prob
...
fix doc
4 years ago
mindspore-ci-bot
3805f0dfeb
!12355 dataset: Create C++ API classes for vision transform ops
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
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
4 years ago
mindspore-ci-bot
7240f0de1c
!12447 [MS][LITE] support fp16 control flow
...
From: @cjh9368
Reviewed-by:
Signed-off-by:
4 years ago
Junjie Cheng
0ee840d02e
add erf kernel
4 years ago
mindspore-ci-bot
0d032b8008
!12076 fp16 subgraph optimize
...
From: @wangzhe128
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
56e28e1bbd
!12460 [MS_LITE] fix fp16 conv data type
...
From: @YeFeng_24
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
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
4 years ago
zengxianglong
94e2ffcafe
fix conv_conv fusion bug
4 years ago
cjh9368
10b9f430d0
support decoder fp16
4 years ago
mindspore-ci-bot
2f1d4f9ef9
!12181 [MSLITE] int8 matmul base
...
From: @ling_qiao_min
Reviewed-by:
Signed-off-by:
4 years ago
wangshuide2020
d72e95f666
fix the error of the formula of SoftmaxCrossEntropyWithLogits
4 years ago
l00591931
88de02bd0c
Change pack in functional
4 years ago
wangzhe
f6a7c01d73
fix fp16 multi threads bug
4 years ago
liyong
a4ac6f429b
fix some bugs
4 years ago
lzk
5ad63a48c5
prelu simd optimize
4 years ago
mindspore-ci-bot
b3350132eb
!12454 add add coder
...
From: @zhujingxuan
Reviewed-by: @wangchengyuan,@wangchengyuan
Signed-off-by: @wangchengyuan,@wangchengyuan
4 years ago
fuzhiye
ce4fe0bcf9
fix switch op infershape bug && adding dataType check in arithmetic op
4 years ago
mindspore-ci-bot
36ae3950eb
!12443 [MSLITE]fix bugs of build, and fix coder graph
...
From: @yangjie159
Reviewed-by: @wangchengyuan,@zhanghaibo5
Signed-off-by: @wangchengyuan
4 years ago
mindspore-ci-bot
148da5223d
!12289 [MSLITE] remove support train in convert
...
From: @zhengjun10
Reviewed-by:
Signed-off-by:
4 years ago
yefeng
94c65bab90
fix_fp16_conv_data_type-2
4 years ago
mindspore-ci-bot
9c5089f1f0
!12453 fix npu fp16 tensor type wrong
...
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5,@HilbertDavid
Signed-off-by: @zhanghaibo5
4 years ago
mindspore-ci-bot
4f179898aa
!12420 fix resnet thor smoke threshold
...
From: @wangmin0104
Reviewed-by: @wang_zi_dong,@jjfeing
Signed-off-by: @wang_zi_dong
4 years ago
zuochuanyong
3fa26683ac
nlp perf(Pynative): change memory sync mode from synchronous to asynchronous in SyncHostToDevice
4 years ago
ling
d2ca314394
[MSLITE] int8 matmul base
4 years ago
zhujingxuan
06afcacf9e
add add coder and fix license issue
4 years ago
mindspore-ci-bot
8bd95ed281
!12262 [MS][LITE][Develop]remove cross dependency in inner headers
...
From: @lx0095
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b393206b5f
!12448 fix cropandresize bugs
...
From: @yeyunpeng2020
Reviewed-by: @hangangqiang,@HilbertDavid
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
3330d6349b
!12457 [MS][LITE] remove useless op infershape
...
From: @mengyuanli
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
ac133d080c
!12444 [MS][LITE][Develop]fix return value for second build
...
From: @lx0095
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
f93ff5430f
!12451 [MS_LITE] fix encoder fp16 nan
...
From: @YeFeng_24
Reviewed-by: @hangangqiang,@zhanghaibo5
Signed-off-by: @hangangqiang
4 years ago
mindspore-ci-bot
512b74c206
!12459 fix a display problem of Ngram
...
From: @tiancixiao
Reviewed-by: @pandoublefeng,@heleiwang
Signed-off-by: @pandoublefeng
4 years ago