cavalleria
ec09791384
unused complie flad NCNN_OPENCV for mac platform ( #2453 )
Co-authored-by: yaobin.li <yaobin.li@rokid.com>
5 years ago
Evgeny Proydakov
d8478c11bc
Fixed compile warning in src/cpu.cpp for ios 32/64 bit compilation. [-Wunused-variable] ( #2452 )
5 years ago
Zhuo Zhang
7d30220f94
ignore CLion related IDE directories ( #2450 )
5 years ago
Zhuo Zhang
a1e9993616
fix convolution_arm.cpp shadowed variables warning ( #2448 )
5 years ago
Zhuo Zhang
a3642fd4a9
fix convolution.cpp shadowed variables warning ( #2449 )
5 years ago
Zhuo Zhang
782252f474
fix eltwise_x86*.cpp-shadowed-variables-warning ( #2445 )
5 years ago
Zhuo Zhang
f13035794a
fix convolution_x86*.cpp-shadowed-variables-warning ( #2444 )
5 years ago
Zhuo Zhang
62cdc14200
fix onnx2ncnn.cpp shadowed variables warning ( #2443 )
5 years ago
Zhuo Zhang
f3ac7d6261
fix mxnet2ncnn.cpp shadowed variable warning ( #2442 )
5 years ago
nihuini
1a3191e245
fix libncnn build with gcc-4.8 and gcc-4.4, fix #2388
5 years ago
Evgeny Proydakov
cce6b59556
More test for cpu ( #2439 )
* Updated test_cpu. Using test_cpu_set for __APPLE__ platforms.
* Updated test_cpu. Added simple test for powersave.
* Updated test_cpu. Improved code covarage for `test_cpu_omp`.
5 years ago
nihui
5f539beea5
ci macos ios build with llvm openmp ( #2438 )
5 years ago
nihuini
560c923b82
fix simpleomp invoke micro task crash on aarch64
5 years ago
nihuini
75c1f09b5d
do not count onnx constant node twice, fix #2425
5 years ago
nihuini
b7440cad2d
reserve onnx gemm memorydata, mention #2427
5 years ago
xingxingRealzyx
74d1193eb9
update operators.md, add cast ( #2430 )
5 years ago
ncnnnnn
0fa902bcf8
remove vs c4305 ( #2423 )
5 years ago
ncnnnnn
375c4abb6c
remove vs w4305 w4477 ( #2422 )
5 years ago
nihui
0508315fde
smaller initial memory for emscripten target
5 years ago
nihui
7331990598
enable simpleomp on macos arm64 and ios ci ( #2399 )
5 years ago
Zhuo Zhang
eb48cf1b98
fix tools/darknet/darknet2ncnn.cpp sign-compare warning ( #2396 )
5 years ago
Zhuo Zhang
0de350ad3e
fix tools/onnx/onnx2ncnn.cpp sign-compare warning ( #2395 )
5 years ago
Zhuo Zhang
188d8eac6a
rename allocator to _allocator ( #2391 )
5 years ago
Zhuo Zhang
2c9393e43a
fix examples/yolact.cpp sign-compare ( #2392 )
5 years ago
Zhuo Zhang
18dab0ee4f
don't compile tools and examples when crosscompile ( #2389 )
When cross-compiling, such as arm-linux-gnueabihf,
x86 OpenCV may be wrongly found by tools & examples targets.
Turn tools and examples off when cross compiling.
5 years ago
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