caozhou
120f6a372a
add api example
2020-10-21 21:53:14 +08:00
mindspore-ci-bot
2a6dc3ee3a
!7574 Modifiy nn.Matmul
...
Merge pull request !7574 from wanyiming/Mod_Matmul
2020-10-21 21:30:51 +08:00
mindspore-ci-bot
4364278bd8
!7569 Fix cannot find python-dev
...
Merge pull request !7569 from zhoufeng/master-bak
2020-10-21 20:21:15 +08:00
caozhou
86ca6b64eb
fix api comment error in MSSSIM
2020-10-21 20:09:08 +08:00
mindspore-ci-bot
ef3d05475f
!7576 modify ftrl and proximal primivite target
...
Merge pull request !7576 from lijiaqi/ftrl
2020-10-21 19:58:25 +08:00
mindspore-ci-bot
de7ea8e68c
!7540 Extract ImageFolderNode and BatchNode into its own files from datasets.cc/.h
...
Merge pull request !7540 from ZiruiWu/refactor_ir_demo
2020-10-21 19:23:20 +08:00
xulei2020
ea29febdde
add gitee repo for thirdparty donwload
2020-10-21 19:16:22 +08:00
mindspore-ci-bot
566656ea72
!7558 fix the repeated calculation accuracy error
...
Merge pull request !7558 from yangzhenzhang/update-repeated-calculation
2020-10-21 19:14:13 +08:00
mindspore-ci-bot
e24b50f559
!7548 Support elu and elugrad with dtype float and half on gpu
...
Merge pull request !7548 from zhouyuanshen/master
2020-10-21 19:11:38 +08:00
mindspore-ci-bot
1777f75268
!7554 [ME] change some format code.
...
Merge pull request !7554 from chenzhongming/zomi_master
2020-10-21 19:04:05 +08:00
mindspore-ci-bot
08dad79529
!7533 fix bug of gpu‘s kernel setter
...
Merge pull request !7533 from lianliguang/master
2020-10-21 18:55:56 +08:00
wsq3
02650e2655
optimize the deepfm test case network structure
2020-10-21 18:35:59 +08:00
sunsuodong
b0822ba908
add lite string interface
2020-10-21 17:42:57 +08:00
Jiaqi
17d6433d27
primivte_target
2020-10-21 17:42:06 +08:00
wanyiming
a3458a2fdf
mod_matmul
2020-10-21 17:39:34 +08:00
yankai
8f59cdb63a
add parser of pow
2020-10-21 17:31:41 +08:00
yuchaojie
c8ec34d638
move train.quant to compression module & add QuantizationAwareTraining
2020-10-21 17:30:40 +08:00
mindspore-ci-bot
ff85533155
!7566 [MD]add comment for ExtractOp and Split op
...
Merge pull request !7566 from xulei/lite_test0905
2020-10-21 17:29:00 +08:00
mindspore-ci-bot
a8dc0f5c1b
!7557 [MD] Add merge image proccessing
...
Merge pull request !7557 from jiangzhiwen/lite/merge
2020-10-21 17:28:55 +08:00
changzherui
376c4aaf26
set proto env
2020-10-21 17:27:29 +08:00
zhoufeng
8709b4fa00
fix cannot find python-dev
...
signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-10-21 17:20:57 +08:00
lixian
7271ac8a80
add fp32 deconv merge assembly
2020-10-21 17:09:55 +08:00
mindspore-ci-bot
f887618662
!7524 remove OpenCLKernel's member op_format_
...
Merge pull request !7524 from 王东旭/remove_op_format
2020-10-21 17:02:27 +08:00
mindspore-ci-bot
d1e22904a2
!7562 modify primivite_target
...
Merge pull request !7562 from lijiaqi/primivte_target
2020-10-21 16:55:31 +08:00
mindspore-ci-bot
7c15afcc66
!7478 Add st for Ascend dynamic shape
...
Merge pull request !7478 from caifubi/dynamic_shape
2020-10-21 16:46:46 +08:00
mindspore-ci-bot
ce4f64021e
!7561 mode_export_v3
...
Merge pull request !7561 from baiyangfan/mode_export_v3
2020-10-21 16:42:56 +08:00
yangzhenzhang
eb6f4e3ce8
update repeated calculation
2020-10-21 16:13:58 +08:00
wang_shaocong
8d1e65ad6b
Add implementation of transpose to adapt different dimensions.
2020-10-21 16:08:56 +08:00
dayschan
f429fe7888
Decouple GraphKernel ops from akg op register
...
1. Extract op info from AnfNode when generating composite operators.
2. Ignore the op register info when selecting kernel.
3. Update akg submodule.
4. Remove akg gpu op registers that added for GraphKernel.
5. Add an interface `IsNodeInGraphKernel` into `AnfRuntimeAlgorithm`, next to the `IsGraphKernel`.
6. Sort included fils for the clang-format rule is changed.
TODO: Remove the json generator in GraphKernelExpander, it's ok to call this interface.
2020-10-21 16:08:25 +08:00
xulei2020
6a1b2f9ba3
add comment for ExtractOp and Split op
2020-10-21 16:08:15 +08:00
xulei2020
6d3d6633cb
fix type convert error in arm32
2020-10-21 15:56:37 +08:00
zhouyuanshen
2ab0b3d67a
support ops elu and elugrad on gpu
2020-10-21 15:52:15 +08:00
bai-yangfan
9607778f01
mode_export_v3
2020-10-21 15:47:31 +08:00
Jiaqi
319ecedb24
primivte_target
2020-10-21 15:46:04 +08:00
mindspore-ci-bot
359543d663
!7320 add GPU efficientnet-b0 to modelzoo
...
Merge pull request !7320 from 34bunny/GPU-efficientnet
2020-10-21 15:44:57 +08:00
wangdongxu
7f29df6988
remove_op_format
2020-10-21 15:00:42 +08:00
mindspore-ci-bot
9b2b062642
!7527 [MS][LITE][Develop]add fp32 deconv kernels
...
Merge pull request !7527 from lixian/master
2020-10-21 15:00:23 +08:00
mindspore-ci-bot
baa4241b82
!7553 Modify warning for data_sink_mode in model.eval
...
Merge pull request !7553 from liuyang/sink_mode
2020-10-21 14:55:06 +08:00
mindspore-ci-bot
f14593f5f3
!7517 Choose the date type for idx in the infer implementation for Unique
...
Merge pull request !7517 from YuJianfeng/master
2020-10-21 14:46:19 +08:00
jiangzhiwen
8e785648da
add merge image processing
2020-10-21 14:44:22 +08:00
mindspore-ci-bot
9733780f4b
!7551 [MS][LITE][CPU]move funcs
...
Merge pull request !7551 from fuzhiye/tmp
2020-10-21 14:27:37 +08:00
mindspore-ci-bot
f89387f9b6
!7552 onehot support 3 inputs
...
Merge pull request !7552 from zhaozhenlong/lite/issue/onehot_adapt_onnx_3_input
2020-10-21 14:19:56 +08:00
mindspore-ci-bot
fd8ebde400
!7545 GPU reshape add type
...
Merge pull request !7545 from VectorSL/int64
2020-10-21 14:19:11 +08:00
mindspore-ci-bot
89cd882077
!7520 Critical path performance optimization
...
Merge pull request !7520 from chenweifeng/resnet50-profiling
2020-10-21 14:18:32 +08:00
mindspore-ci-bot
688c7c104b
!6795 rewrite schduler & fix subGraph segmentation bug
...
Merge pull request !6795 from hangq/primitive
2020-10-21 14:08:07 +08:00
mindspore-ci-bot
eaab26f7a9
!7547 mode_export_note
...
Merge pull request !7547 from baiyangfan/mode_export_note
2020-10-21 14:05:45 +08:00
chenzomi
ca85fcef40
[ME] change some format code.
2020-10-21 12:14:54 +08:00
zhaozhenlong
af40b005fb
onehot support 3 inputs
2020-10-21 12:14:48 +08:00
mindspore-ci-bot
290b0aa194
!7502 delete launch file
...
Merge pull request !7502 from zhaoting/mobilenet
2020-10-21 12:11:42 +08:00
hangq
a3c6ad09a0
rewrite schduler & fix subGraph segmentation bug
2020-10-21 11:56:08 +08:00