nihuini
61ba8ec68e
mention the community-maintained tensorflow2ncnn tool
6 years ago
nihuini
6ce5da28a0
convert onnx pooling ceil_mode
6 years ago
Guoxia Wang
4336cc15f7
fix bug that MemoryData as multi operations input ( #1357 )
* fix onnx2ncnn MemoryData dims problem #1330
* fix ncnn2int8 bug (see #1336 )
* fix bug that MemoryData as multi operations input
* fix ncnn2table find_blob_index_by_name data failed bug, see #1338
* fix ncnn2table find_blob_index_by_name data failed bug, see #1338 , fix change requested
6 years ago
nihui
ced7bcbadc
fix eliminating noop with empty bottom or top blobs
6 years ago
nihui
90f04bab26
minor index optimization
6 years ago
nihuini
e73b06bbb8
fix build with NCNN_STRING=OFF
6 years ago
zyvv
bbcd5db817
Improvement for winograd43 int8 convolution ( #1354 )
* Update convolution_3x3_int8.h
* 针对winograd43 int8卷积的小改进
1. 使用非均匀量化系数,解决了权重转换溢出问题
2. 输出转换汇编优化
* Update convolution_3x3_int8.h
* Update convolution_3x3_int8.h
* Update convolution_3x3_int8.h
6 years ago
andywangII
66d7ac2463
arm-hisim100-linux make error convolutiondepthwise_3x3_int8.h for asm ( #1310 )
* arm-himix100-linux make error convolutiondepthwise_3x3_int8.h
* arm-hisim100-linux make error convolutiondepthwise_3x3_int8.h for asm
* convolutiondepthwise_3x3_int8.h f
6 years ago
nihuini
c9a9128db7
convert caffe Slice slice_dim
6 years ago
Natsu
f11b772dd1
Fix min/max macro issue ( #1346 )
* Fix min/max macro issue
* Make NOMINMAX public, since benchmark is build under CMake, it will no longer be bothered by min/max
6 years ago
nihuini
d5d7886517
resolve onnx Split conversion with empty split attribute
6 years ago
Joshua
96a2499051
fix spp::copy_make_border ( #1345 )
6 years ago
Christopher
2f26697aea
fix err in priorbox ( #1343 )
6 years ago
nihui
a4a162e36d
workaround validation layer complains about Cannot form constants of 8- or 16-bit types, due to specialization constants conversion
6 years ago
Guoxia Wang
31c6cefc44
fix ncnn2int8 bug, see issue #1336 ( #1341 )
* fix onnx2ncnn MemoryData dims problem #1330
* fix ncnn2int8 bug (see #1336 )
6 years ago
ShuangLiu1992
3b905cb48a
fix ncnnoptimize bias term bug #1339 ( #1340 )
6 years ago
nihui
ac8c56d6fe
update qcom410 and imx7d benchmark
6 years ago
nihuini
2e59da35a9
fill input and weight data with zero
6 years ago
nihuini
02b07b3e43
update qcom810 and iphone5s benchmark
6 years ago
nihuini
b2758bd9a0
fix deconvolution vulkan output crop
6 years ago
nihui
b77f92dab9
update qcom410 and imx7d benchmark
6 years ago
yehao
60d4ff09d0
add mobilenetv3-ssd ( #1335 )
* update
* Update mobilenetv3ssdlite.cpp
* Update mobilenetv3ssdlite.cpp
* Update mobilenetv3ssdlite.cpp
6 years ago
ShuangLiu1992
ecfc09bbc8
position independent code ( #1333 )
* web
* add disable pic option
6 years ago
新无止竞博客
4379f30e23
fix benchmark compilation errors ( #1334 )
* fix benchmark compilation errors
* some arm-linux toolchain file also defines ANDROID, it will break its build for missing libandroid.so
6 years ago
Guoxia Wang
51bca0b718
fix onnx2ncnn MemoryData dims problem #1330 ( #1331 )
6 years ago
nihui
2905639890
fix null fp handling
6 years ago
nihui
e1d095c7cd
update to android ndk r19c for travis ci
6 years ago
Guocai He
bbbaedda57
fix Crop bugs ( #1326 )
* fix crop bugs
* fix crop_arm ang crop_vulkan bug about w_offset,_h_offset,c_offset
6 years ago
nihuini
64333429bb
data reader wrapper, fix #1325
6 years ago
nihuini
567e2bd501
a dirty hack for resolving int8 pack4 crash
6 years ago
bindog
9dfd1b05d3
fix bug in reduction ( #1321 )
6 years ago
nihuini
f8caef7691
add shufflenet_v2 benchmark
6 years ago
nihuini
517d1b2053
improve compability with megvii shufflenet model
6 years ago
nihuini
e8bb88830d
convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze
6 years ago
nihuini
a6c60068e6
convert numpy style slice to crop
6 years ago
nihuini
009c4d9a75
convert mxnet reduce axis and keepdims, pad reflect, fix #739
6 years ago
nihuini
c4b84262d9
fix arm neon sgemm, fix #1283
6 years ago
nihuini
65ce6bccfd
faster weight transform for optimized kernel
6 years ago
BUG1989
69e2693c87
fix the bug of SMP cpu powersave not supported.
6 years ago
nihuini
cd4be6d0fa
call vulkan create_pipeline on the vkdev condition, drop opt_cpu hacks
6 years ago
nihuini
81a028547a
fix bus error on armv7
6 years ago
daichuanliang
6176ada9f0
update ncnn2int8.cpp ( #1315 )
Fix compile issue with ncnn2int8
6 years ago
nihuini
19d75955d6
arm neon assembly optimization for conv3x3s1 winograd pack4to1
6 years ago
bindog
04b4b02324
[WIP] add reduce op support for onnx ( #1308 )
* [WIP] add reduce op support for onnx
* extend reduction to support 1,2-dim reduction and keepdims
* fix compile error
* split type to 3 flags && split keepdims to another function
6 years ago
nihuini
22a2be4e6c
fix crop pack4 with reference blob
6 years ago
nihuini
6a8e5c58da
fix build on armv7
6 years ago
nihuini
e63e2449fd
arm neon assembly optimization for conv7x7s2 pack1to4
6 years ago
nihui
56fd26a2da
arm neon assembly optimization for conv1x1s1 pack4to1
6 years ago
nihui
7ad514917b
fix potential out of write on unroll 12 remainder
6 years ago
nihuini
15e86dc8e9
reduce pack4 weight memory usage for specialized kernel, reduce runtime memory usage in conv3x3s1 winograd
6 years ago