nihui
b6d9a65cb1
fix fp16 overflow in instancenorm vulkan
5 years ago
nihui
d695005744
innerproduct fp16sa bf16s pack
5 years ago
nihui
41840d0461
unaryop fp16s bf16s, sin cos fp16sa
5 years ago
nihuini
c35af03166
delete dead code
5 years ago
nihuini
d5f2220ee7
fuse onnx groupnorm
5 years ago
nihuini
195fe2062b
prelu arm fp16sa
5 years ago
nihui
7ace8a933d
powerpc64, fix #2054 ( #2058 ), workaround gcc altivec bug
5 years ago
nihuini
0be0b52df0
fix instancenorm vulkan without affine
5 years ago
nihuini
d04c05651f
interp with reference target size blob
5 years ago
Leo
5afd318b86
Support remove libstdc++ denpendency ( #2030 )
* [build] add toolchain file w/o stdcxx dependency
* [build] link m and gcc lib explicitly
* [ncnn] complete simple stl impl
* [ncnn] adapt for ncnn simplestl
* [test] adapt for ncnn simplestl
* [ncnn] fix missing algorithm and list when simplestl disabled
* [ncnn] fix guard for operator new and delete
* [style] fix the code style
* [build] fix build failed on darwin and emscripten
* [ci] do not import cxx to avoid operator conflict
* [ncnn] add temporary partial_sort impl using bubble sort
heap sort should be used for better perf.
* [ncnn] add std greater and less function
* [ncnn] fix placement new operator overload
* [ncnn] add operator delete with size info
* [build] disable exception, rtti, example and tools when simplestl on
* [build] add toolchain for arm simplestl
* [build] add toolchain for aarch64 simplestl
* [ncnn] move initializer to constructor
* [ncnn] use deteiled type instead of auto
* [ncnn] use plain lib name in target_link_libraries
5 years ago
zhiliu6
3726b17ab2
fix wrong for loop range on VOC and custom data ( #2043 )
5 years ago
nihui
2964814857
Fix vs2019 ci ( #2041 )
5 years ago
nihuini
dacfccfa65
instancenorm without affine
5 years ago
nihui
9fe137a3c2
fix build, second try
5 years ago
nihui
061e378638
fix build
5 years ago
nihui
f11bebdcf5
batchnorm convdw3x3 arm fp16sa
5 years ago
nihui
6f26f57d9c
deconv4x4s2 arm fp16sa
5 years ago
nihui
60b3c638aa
tanh mish arm fp16sa neon optimization
5 years ago
nihui
bf09af21be
exp arm fp16sa neon optimization
5 years ago
nihui
39bbb34ffc
conv1x1s1 conv3x3s1 pack4 pack8to4 arm fp16sa neon assembly optimization
5 years ago
nihuini
985c15ed33
packing pack8 conversion arm fp16s
5 years ago
nihuini
11b8dc9597
shufflechannel group2 acorss pack4 pack8 arm neon optimization
5 years ago
nihuini
440db2c8fc
conv1x1 pack4 arm fp16sa
5 years ago
nihui
b0457e3ecd
conv1x1 pack8to1 arm fp16sa unroll size 4
5 years ago
nihuini
b5be1449d9
conv3x3s1 winograd pack8to4 arm fp16sa
5 years ago
nihuini
d17c26e925
conv1x1s1 pack4to8 pack8to4 arm fp16sa
5 years ago
nihuini
f5c5b79293
layernorm layer
5 years ago
nihuini
4ad5230c2a
groupnorm layer
5 years ago
nihuini
b35b5d7a3c
gemm layer
5 years ago
zhiliu6
952faf6668
Add yolov3detectionoutput test and AVX optimization ( #1994 )
5 years ago
nihui
036c94499e
fix conv1x1s1 vulkan
5 years ago
nihui
db5f05c6f0
conv1x1s1 conv3x3s1 winograd pack8to1 arm fp16sa
5 years ago
nihui
f6fb757672
fix convdw3x3s1 pack8 arm fp16sa
5 years ago
nihuini
bf0eb69bfe
convdw3x3s2 pack8 arm fp16sa neon assembly optimization
5 years ago
nihuini
9c33b6c1c8
conv1x1s1 arm fp16sa
5 years ago
nihuini
30ff3800d8
conv5x5s1 conv5x5s2 pack8 arm fp16sa neon assembly optimization
5 years ago
nihuini
62c453b16d
conv7x7s2 pack1to8 arm fp16sa neon assembly optimization
6 years ago
nihuini
b5b486fbfa
conv3x3s2 pack8 arm fp16sa neon assembly optimization
6 years ago
nihui
5a9c99ce00
convdw5x5s1 pack8 arm neon fp16sa assembly optimization
6 years ago
nihuini
8df3a02391
unroll 12 for conv1x1s1 and conv3x3s1 winograd pack8 arm fp16sa
6 years ago
nihui
d8e9fc1443
conv3x3s1 conv3x3s2 pack1to8, padding pack8, relu pack8 arm neon fp16sa assmebly optimization
6 years ago
nihuini
b53f4072ce
convdw3x3s1 condw3x3s2 pack8 arm fp16sa
6 years ago
nihuini
f6d808b090
crop pack8 arm fp16s, conv3x3s2 pack1to8 arm fp16sa intrinsic
6 years ago
nihuini
bc05a71a7c
conv1x1s1 conv3x3s1 winograd arm fp16sa neon assembly optimization
6 years ago
nihuini
5d5a3d1434
conv1x1s1 conv1x1s2 conv3x3s1 winograd pack8 arm fp16sa
6 years ago
nihuini
20a0fc8628
packing honor thread count
6 years ago
nihui
c173d51c9b
mish sigmoid swish tanh arm fp16s
6 years ago
nihui
72a27d4776
utility wrapper for neon float32 bfloat16 conversion, deconvolution deconvolutiondepthwise arm fp16s fp16sa bf16s
6 years ago
nihui
e644164873
reshape arm bf16s fp16s, flatten api
6 years ago
nihui
aa68246dc7
more test coverage
6 years ago