zhanghaibo5
|
182e2dc8c2
|
clear warning of complier
|
5 years ago |
mindspore-ci-bot
|
471c203443
|
!7712 rename and change lib c++_static to c++_shared
Merge pull request !7712 from yeyunpeng2020/primitive
|
5 years ago |
yeyunpeng
|
7945bbf9f2
|
rename and change lib c++_static to c++_shared
|
5 years ago |
hangq
|
1efc6d4394
|
support scalar
|
5 years ago |
Pengyongrong
|
292e4a4e2e
|
add opencl kernel stack, fix scale/reduce bug, add some models to CI
|
5 years ago |
mindspore-ci-bot
|
b8fbabae34
|
!7620 op NonMaxSuppression
Merge pull request !7620 from zhaozhenlong/lite/op/non_max_suppression
|
5 years ago |
zhaozhenlong
|
6d4223bd46
|
add op NonMaxSuppression
|
5 years ago |
mindspore-ci-bot
|
35624350b4
|
!7632 [MS][LITE][CPU]change scheme for int8 conv(non-sdot)
Merge pull request !7632 from fuzhiye/tmp
|
5 years ago |
mindspore-ci-bot
|
7525335b61
|
!7627 【MSLITE】optimize mindspore lite gpu kernel init time
Merge pull request !7627 from 王东旭/opencl_conv_remove_codegen
|
5 years ago |
fuzhiye
|
b43cdc5df9
|
1.change int8 conv which not support sdot scheme (using matmul)
2.free reduandent memory in fp16 kernels
|
5 years ago |
wangdongxu
|
6bde555850
|
opencl_conv_remove_codegen
|
5 years ago |
liuwenhao4
|
57fca0a294
|
add lite ops of instanceNorm
|
5 years ago |
mindspore-ci-bot
|
a288b8f79a
|
!7467 [MSLITE] Has no implementation for transposing tensors with dimension of 6 or larger.
Merge pull request !7467 from wangshaocong/bugfix_master
|
5 years ago |
wang_shaocong
|
8d1e65ad6b
|
Add implementation of transpose to adapt different dimensions.
|
5 years ago |
wangdongxu
|
7f29df6988
|
remove_op_format
|
5 years ago |
hangq
|
a3c6ad09a0
|
rewrite schduler & fix subGraph segmentation bug
|
5 years ago |
mindspore-ci-bot
|
7747f4c471
|
!7457 [MSLITE] Support Fp32 Matrix-Vector Multiplication for FC/MATMUL Ops
Merge pull request !7457 from zhanyuan/tmp
|
5 years ago |
zhanyuan
|
cccaab4fdc
|
Support FP32 Matrix-Vector Multiplication
|
5 years ago |
mindspore-ci-bot
|
b33cc9d991
|
!7418 Fix minddata lite build
Merge pull request !7418 from EricZ/remove_adapter_md
|
5 years ago |
mindspore-ci-bot
|
274dd60005
|
!7327 [lite] append onnx parser
Merge pull request !7327 from 徐安越/master
|
5 years ago |
xuanyue
|
7f42991624
|
append onnx parser
|
5 years ago |
Eric
|
1f11ccce06
|
Removed log_adapter dependency for minddata lite
Brute force fix?
Added missing import
Added removal of new cache functionality
Fix batch
Remove crc and cache optimizer
Remove affine
Remove cut mix batch
Added securec.h
Removed unused crc import
Fixed minor arm64 compile issues for tensor ops
Removed excess code from de_tensor
Added vision import
remove random device ops
Removed commented line
Added extra layer to switch adapter logic
Added securec
Added float fix
|
5 years ago |
mindspore-ci-bot
|
89e11f6b2b
|
!7436 [MS][LITE][Develop]fix fp32 deconv relu_type bug
Merge pull request !7436 from lixian/master
|
5 years ago |
mengyuanli
|
43633e28a6
|
add device_ctx to context
|
5 years ago |
lixian
|
01140a29c0
|
fix fp32 deconv relu parameter bug
|
5 years ago |
Haim Moushkatel
|
9392e02a36
|
Adam optimizer + Bug Fix
|
5 years ago |
chenzupeng
|
8b75d9bd38
|
softmax support axis param
|
5 years ago |
mindspore-ci-bot
|
56b7562bf5
|
!7357 support unaligned shape for opencl reshape op
Merge pull request !7357 from wandongdong/master
|
5 years ago |
wandongdong
|
739e318b2d
|
support reshape unaligned 4
|
5 years ago |
liuwenhao4
|
501de1b6f6
|
Add LshProjection lite ops.
|
5 years ago |
mindspore-ci-bot
|
6954aa05a1
|
!7252 add custom op normalize
Merge pull request !7252 from zhaozhenlong/lite/op/normalize
|
5 years ago |
zhaozhenlong
|
4b98754dee
|
custom op normalize
|
5 years ago |
yoni
|
bcee320dbb
|
tod add networks and ops
|
5 years ago |
lz
|
f6fd4fe3c0
|
fix compile training
|
5 years ago |
mindspore-ci-bot
|
f06853ae9b
|
!7203 fix compile bug in testcase and package
Merge pull request !7203 from hangq/master
|
5 years ago |
hangq
|
94132b1aeb
|
fix compile bug in testcase and package
|
5 years ago |
wandongdong
|
1664620404
|
fix batch_to_space op of opencl
|
5 years ago |
mindspore-ci-bot
|
53a955af39
|
!7141 [MS][LITE][r1.0.0]Failed to compare the result of the "Gather" op model on GPU
Merge pull request !7141 from pengyongrong/gather
|
5 years ago |
Pengyongrong
|
7a536ad917
|
new ops named pad
arithmetic_self ops supported dim2
|
5 years ago |
mindspore-ci-bot
|
9a24dc3409
|
!7135 opencl convolution kernel support batchsize greater than 1
Merge pull request !7135 from 王东旭/convolution_batchsize_greater_1
|
5 years ago |
chenzupeng
|
02e594681f
|
add fullconnection 4d and reshape 4dTo2d, maxpooling+ReLU
|
5 years ago |
wangdongxu
|
1a080605e1
|
opencl convolution kernel support batchsize>1
|
5 years ago |
mindspore-ci-bot
|
b6542e3277
|
!7080 add batch_to_space_nd op for opencl
Merge pull request !7080 from wandongdong/master
|
5 years ago |
wandongdong
|
2ba99f347f
|
add batch_to_space op for opencl
|
5 years ago |
Pengyongrong
|
78408c1a99
|
new ops named pad
|
5 years ago |
mindspore-ci-bot
|
640c1eb19c
|
!6778 [MS][LITE][Develop] optimization GPU ops concat
Merge pull request !6778 from pengyongrong/optimizationForConcat
|
5 years ago |
mindspore-ci-bot
|
09919c77e8
|
!7047 add space_to_batch_nd for opencl
Merge pull request !7047 from wandongdong/master
|
5 years ago |
wandongdong
|
9b2771b444
|
add space_to_batch_nd for opencl
|
5 years ago |
mindspore-ci-bot
|
3811e5a933
|
!7029 [MS][LITE][GPU]add resize op
Merge pull request !7029 from chenzupeng/master-lite
|
5 years ago |
chenzupeng
|
9743eb2456
|
add op resize
|
5 years ago |