mindspore-ci-bot
393c207c7a
!6873 fix bugs of op LeakyReLU, Argmax, Select and ReduceAll
Merge pull request !6873 from lihongkang/v2_master
5 years ago
mindspore-ci-bot
99cd00eca5
!6855 [MS][LITE]Modified the download link
Merge pull request !6855 from gongdaguo/modify_download_link
5 years ago
mindspore-ci-bot
0fdb359775
!6878 [MS][LITE][CPU]optimize fp16 winograd
Merge pull request !6878 from fuzhiye/tmp
5 years ago
mindspore-ci-bot
338c27f9b3
!6868 Fixes potential memory leak due to missing macro
Merge pull request !6868 from EricZ/fix_security_issue
5 years ago
mindspore-ci-bot
97010b2468
!6429 support dynamic_rnn and dynamic_rnn_grad
Merge pull request !6429 from liubuyu/master
5 years ago
fuzhiye
f57b55014a
optimize fp16 winograd
5 years ago
mindspore-ci-bot
932dc3c2a3
!6822 Remove Primitive from functional.__all__.
Merge pull request !6822 from liuxiao93/fix-op-list
5 years ago
mindspore-ci-bot
908103264b
!6800 [MS][LITE][GPU]fix testcase bug
Merge pull request !6800 from chenzupeng/master-lite
5 years ago
mindspore-ci-bot
7814565d26
!6862 Remove the parameter dtype from transformed distribution
Merge pull request !6862 from peixu_ren/custom_bijector
5 years ago
mindspore-ci-bot
b3c8c0f204
!6861 update lstm doc
Merge pull request !6861 from caojian05/ms_master_lstm_doc_update
5 years ago
mindspore-ci-bot
a5737fb976
!6847 modify shell
Merge pull request !6847 from wukesong/alexnet-shell-modify
5 years ago
mindspore-ci-bot
08ccc48bad
!6851 fix cpu kernel not support error
Merge pull request !6851 from kisnwang/fix-cpu-kernel-not-support-error
5 years ago
lihongkang
c421fc1bad
fix bugs
5 years ago
mindspore-ci-bot
27bbe35707
!6854 [MD][lite]Build minddata wthe mindspore-lite
Merge pull request !6854 from xulei/lite_test0905
5 years ago
Eric
4828c29046
Added missing macro
5 years ago
mindspore-ci-bot
05a47bb514
!6845 remove music auto tagging to research
Merge pull request !6845 from jiangzhenguang/remove_music_auto_tagging_to_research
5 years ago
liubuyu
8af3250477
support dynamic_rnn and dynamic_rnn_grad op
5 years ago
mindspore-ci-bot
6819d28fac
!6857 support deconv quant op
Merge pull request !6857 from cjh9368/quant_same_datatype
5 years ago
mindspore-ci-bot
daaeaaee67
!6454 add arithmetic and scale opencl ci testcase
Merge pull request !6454 from liuchao/master
5 years ago
kswang
ecfd2a2fc5
check kernel exist when select kernel
5 years ago
mindspore-ci-bot
5441ecc1e1
!6844 Add max match rule for cpu kernel selection
Merge pull request !6844 from YuJianfeng/master
5 years ago
mindspore-ci-bot
a4137dab65
!6775 Support ExtractImagePatches Op
Merge pull request !6775 from liubuyu/op_support
5 years ago
peixu_ren
c7563d53bf
Remove the redundant parameters from bijectors and transformed distribution
5 years ago
Corleone
2a56bea0e5
add arithmetic and scale opencl ci testcase
5 years ago
mindspore-ci-bot
70221f5261
!6307 Conversion to and from TensorRow in C++
Merge pull request !6307 from MahdiRahmaniHanzaki/c_func
5 years ago
mindspore-ci-bot
4c0b3c1bd3
!6017 per_batch_map needs to support x input columns and y output columns
Merge pull request !6017 from ZiruiWu/per_batch_map_multi_col
5 years ago
mindspore-ci-bot
e88e114a50
!5930 Cache server phase 2 single node
Merge pull request !5930 from Jamie/CacheOp_dev
5 years ago
Lixia Chen
983827ec5c
Rebase up to 88ded11f59
5 years ago
Zirui Wu
0cab373223
per_batch_map supports x num_columns to y num_columns
decided to use project after batch as well
per_batch_map 1->x colunm works
add more test case
add test cases, project after map
col order hahaah
fix ci
add test cases
addr review cmts
ci
fix build err
fix test case failure
ci
5 years ago
caojian05
4deac20b80
update lstm doc
5 years ago
mindspore-ci-bot
e69d868016
!6860 change glog pack path
Merge pull request !6860 from yeyunpeng2020/master
5 years ago
Mahdi
890598d112
Added TensorRow conversion
5 years ago
mindspore-ci-bot
2f3add4acd
!6301 [MD] Combine c++ and python ops in map
Merge pull request !6301 from nhussain/c_py_compose
5 years ago
mindspore-ci-bot
a11873a7b4
!6859 [MSLITE] fp16 quant fix
Merge pull request !6859 from wangchangkai/master
5 years ago
kai00
797221b144
float16 quant fix
5 years ago
cjh9368
ffc004395a
support deconv quant op
5 years ago
yeyunpeng
89c05d956e
change log_adapter
5 years ago
mindspore-ci-bot
16b77da7dd
!6837 mul add fusion broaden condition
Merge pull request !6837 from zhaozhenlong/lite/issue/mul_add_fusion_cond_broaden
5 years ago
mindspore-ci-bot
f5ea4c39ea
!6827 remove useless code
Merge pull request !6827 from zhangbuxue/remove_useless_code
5 years ago
mindspore-ci-bot
02f0ff0254
!6811 add yolov3_resnet18&yolov3_darknet53&yolov3_darknet53_quant&deepfm hub conf files
Merge pull request !6811 from chengxb7532/master
5 years ago
zhaozhenlong
c52266ed31
only when both 4d and not same shape, do fusion
5 years ago
xulei2020
8abe727f49
build minddata wthe mindspore-lite
5 years ago
mindspore-ci-bot
f00002a934
!6786 Add tflite parsers for PRELU and NEG operators and fix two little bugs in tflite quantize and dequantize parsers
Merge pull request !6786 from XianglongZeng/myms
5 years ago
yujianfeng
d96044fbd9
Add max match rule for cpu kernel selection
5 years ago
wukesong
0a065f7459
shell-modify
5 years ago
gongdaguo
3eefd9a342
modify download link
5 years ago
mindspore-ci-bot
12e52aa418
!6820 [MSLITE][Develop] optimization for fp32 kernel on arm32
Merge pull request !6820 from lixian/master
5 years ago
mindspore-ci-bot
e100df0340
!6848 [MSLITE] Use local max input value instead of the global one for fp32 & fp16 softmax
Merge pull request !6848 from zhanyuan/dev
5 years ago
mindspore-ci-bot
f7db856b69
!6846 [MSLITE]transformat optimize for slice and crop
Merge pull request !6846 from zhengjun10/stride
5 years ago
mindspore-ci-bot
6300fa822f
!6841 [MSLITE][Develop] remove mul op weight quant
Merge pull request !6841 from yangruoqi713/lite
5 years ago