Zhuo Zhang
d5d69e32a8
fix tools/mxnet/mxnet2ncnn.cpp sign-compare warning ( #2394 )
5 years ago
Zhuo Zhang
d8866eba56
fix tools/ncnnoptimize.cpp sign-compare warning ( #2393 )
5 years ago
nihuini
8e94566ffb
add nanodet example
5 years ago
zhiliu6
25b224479c
optimize left over x86 convolution ( #2378 )
5 years ago
nihui
82a64c7f16
some ci tweaks ( #2375 )
* some ci tweaks
* workaround windows-2016 cache
5 years ago
nihui
a071637064
optional sse2 ( #2373 )
5 years ago
Zhuo Zhang
e07faf3403
change abs() to fabs() for float args on ARM ( #2374 )
For compatiblity for old compilers such as ndk-r16b.
`fabs()` keeps result stable.
ref: https://github.com/Tencent/ncnn/issues/2372
5 years ago
nihuini
14ba698034
onnx matmul can have input from memorydata
5 years ago
nihuini
3fcd44cf99
fix interp on vec
5 years ago
nihuini
a260a19619
fuse onnx expand before broadcasting binaryop
5 years ago
nihui
be49c07e93
fix arm82 fp16s crop padding
5 years ago
nihui
e68f15d2f0
padding vulkan vec and image, more padding test
5 years ago
Leighton Choi
44518f457a
Support negative axis in concat, slice and softmax ( #2365 )
5 years ago
xingxingRealzyx
6e5d819826
update operators.md, add binaryop ( #2359 )
* update operators.md, add binaryop/Operation type
* fix with_scalar
* Update operators.md
* Update operators.md
5 years ago
nihuini
27d36cc804
crop test for reference blob
5 years ago
ncnnnnn
79ae0028c9
try onnx2ncnn add softplus ( #2361 )
5 years ago
nihuini
2c02bfb567
crop vulkan vec and image, crop x86 pack4, more crop tests, fix crop with channel tail offset
5 years ago
LosReturn
327ac301d3
update operators.md, add bnll op ( #2360 )
5 years ago
nihui
71272d1b99
more padding test
5 years ago
nihui
ba364791e8
reshape x86 pack4
5 years ago
nihui
46565025b6
x86 slice pack4
5 years ago
nihui
60df2740a7
fix potential int64 overflow in int array conversion
5 years ago
Leighton Choi
6f49529da2
Fix markdown format ( #2347 )
5 years ago
Leighton Choi
2ef07413b7
Add LSTM and softmax to operators.md ( #2346 )
* Add LSTM and softmax to operators.md
* Fix lowercase and support_inplace
5 years ago
Zhengtq
3e8b905ce1
Modify typo of annotation in option.h ( #2345 )
5 years ago
LosReturn
98bf3f4dc5
update operators.md, add dequantize ( #2341 )
5 years ago
nihui
1184404fbf
support Apple M1 Silicon ( #2335 )
* recognize apple M1
* macos ios cpuset and thread affinity
* big little cpu topology for macos and ios
* silence affinity not supported error
5 years ago
nihui
60b6cc32ef
replace_reduction_with_global_pooling replace_prelu_with_leaky_relu
5 years ago
xingxingRealzyx
8d8eb6a133
update operators.md,add argmax and bias ( #2337 )
5 years ago
Hollow Man
37cfc373cb
Fix typo ( #2338 )
prvious -> previous
5 years ago
nihuini
fb59eeb4c2
fix bias x86 sse2 code style
5 years ago
nihuini
c5b8e2957e
convert onnx channel pad
5 years ago
nihui
b896c4c33c
add some x86 pack4
5 years ago
nihui
f4f790ca1f
ci macos arm64 ( #2321 )
5 years ago
nihui
1642d22287
arm32 aarch64 code coverage, vs2017 ci ( #2320 )
* codecov for arm32 aarch64, vs2017 ci
* vs2017 default to x86 even on x64 host
5 years ago
nihuini
bebae4f9f6
reorgnize some compile flags
5 years ago
Martin Han
b441f738bd
Extract on CPU without pack/fp16fp32 ( #2288 )
* Add readme for keras2ncnn
* Add supported model variants
* Fix supported model variants
* Add extract without convert pack/fp1632
5 years ago
PENGUINLIONG
8f8f2de4d0
SSE2 optimization pack ( #2123 )
* SSE2: BatchNorm
* Fixed batch norm in AVX configuration
* Optimized register size switch
* Attempt to pass CI
* Attempt to pass CI
* Bias op
* Element wise ops
* Support packing on x86 by default
* Fixed macro range in bias
* Use aligned read for packed data
* Update testutil.h
* Update pooling_x86.cpp
* Support wasn SIMD
* Fix emscripten compiler flags
* fix build
* more ci fix
* concat x86 pack4
* flatten x86 pack4
* more x86 pack4
* ci pass
* fix
* enable sse2 mathfun
* enable --experimental-wasm-simd
Co-authored-by: nihui <shuizhuyuanluo@126.com>
Co-authored-by: nihuini <nihuini@tencent.com>
5 years ago
Leo
cab255f107
Fix compile failure when NCNN_PIXEL off ( #2260 )
* fix compiling failure on cxx14
* fix compile failure when NCNN_PIXEL off
* do not export pixel api when NCNN_PIXEL off
* disable squeezenet test when NCNN_PIXEL off
* do not build ncnn2table and examples when NCNN_PIXEL off
* make cmakedefine header independent
* restore platform.h.in
Co-authored-by: nihui <shuizhuyuanluo@126.com>
Co-authored-by: nihuini <nihuini@tencent.com>
5 years ago
nihui
4cc5197b94
Doc operators ( #2310 )
5 years ago
Evgeny Proydakov
a9cd60a995
Added unittest for cpu module. Improved code coverage. ( #2311 )
5 years ago
LosReturn
a080d0cd30
Update README.md ( #2314 )
Update README.md for Netron.app
5 years ago
daquexian
c7547e713f
Update README.md for convertmodel.com ( #2309 )
5 years ago
nihuini
7836a143ec
print input and output blob names, print estimated runtime memory footprint
5 years ago
ncnnnnn
16fb78a814
use-ncnn-with-opencv-addmat ( #2306 )
5 years ago
ncnnnnn
a971acda3d
efficient-roi-resize-rotate-addmat ( #2305 )
5 years ago
maxfy1992
a106baa3b8
add interp param align_corner ( #2236 )
* add interp param align_corner
add check support_vulkan after create_pipeline for tests
* code style
Co-authored-by: yangfengmax <yangfengmax@didichuxing.com>
5 years ago
nihuini
b3bbc1b8e9
update tensorflow dialect, adpat mlir api changes
5 years ago
Zhuo Zhang
4a1c463cff
fix: fix gnueabihf cmake toolchain neon flags ( #2272 )
Test platform: ZYNQ 7020, there is vfpv3 but isn't vfpv4
5 years ago
Zhengtq
36a591da83
Add android yolov5 example to README ( #2295 )
5 years ago