JackieWu
c61a60bfc6
fix cmake ( #1823 )
6 years ago
zhiliu6
63d7e2c88d
Add support for darknet EfficientNetB0-Yolov3 conversion. ( #1821 )
* fuse mish and depthwise convolution
* darknet2ncnn: support enet-coco conversion.
6 years ago
nihui
5178724d79
static openmp with ndk r21+
6 years ago
nihui
365ead6da3
Update FAQ-ncnn-throw-error.md
6 years ago
nihui
13c59d9ad2
parse float by ourself, drop locale hack
6 years ago
nihui
1b27ae4e1c
fix msvc build
6 years ago
nihui
509a14e4a6
enable per thread locale unconditionally
6 years ago
nihui
23f79a661d
force c locale for paramdict parsing
6 years ago
nihui
242e556b7e
mention python binding
6 years ago
nihuini
99d34135d7
build both ios native and bitcode library, fix #1742
6 years ago
nihuini
03a5378651
efficientnet-b0 and regnety-400m benchmark
6 years ago
nihuini
adf7736d8f
fuse onnx swish
6 years ago
nihuini
64985809a3
fix crash in load_model when gpu is not used
6 years ago
nihui
478e15d7dc
fix memorydata test on nvidia gpu
6 years ago
nihuini
f87f21779f
resolve cast from type properly, no more fp16p to/from fp16s conversion
6 years ago
nihuini
bb56b5439f
fix vkmat download on integrated gpu, workaround priorbox fp16s with online spirv, fix #1700 fix #1805
6 years ago
nihuini
f3b182da1f
fix ci build
6 years ago
nihuini
989b0f70cc
convert shader source to hex data at build time
6 years ago
nihui
8fec0038ba
fix ci test
6 years ago
nihuini
4a624c636b
skip image tests on unsupported platforms
6 years ago
nihuini
116869594c
fix cpu-only build
6 years ago
nihuini
aeba24b371
enable implicit fp16a on arm mali variants, add bug tag for layout binding id alias
6 years ago
nihuini
054ec09195
adreno device blacklist
6 years ago
nihuini
c16105bcbd
use android log printf for easier error reporting
6 years ago
nihuini
765003a615
fix build with old vulkan sdk
6 years ago
tpoisonooo
c1cf258e21
Approximately preproc ( #1788 )
* add nv21 to rgb with half resize
* remove const decoration for int
6 years ago
zhiliu6
d23cef320c
Add Swish layer ( #1799 )
* add swish layer
* add swish test
6 years ago
nihui
15111fad24
update glslang
6 years ago
nihui
2133121e6d
destroy descriptorsets properly
6 years ago
nihui
85fb76a6b9
clear all internal state on command reset
6 years ago
nihui
15a4b2c878
test pad same mode
6 years ago
nihuini
0efcf63f51
mat pixel rotate test
6 years ago
nihuini
6788384595
query gpu heap budget api
6 years ago
nihuini
cbdaf4b3e1
wrap cmake variables with ncnn prefix
6 years ago
nihui
17c445480f
runtime spir-v compilation with libglslang ( #1779 )
6 years ago
nihuini
d232272db0
lower end gpu friendly
6 years ago
xfan1024
f9a66465c2
fix compile error ( #1775 )
6 years ago
nihuini
b71f22d074
report adreno info, benchncnn enable image storage on adreno
6 years ago
nihuini
ed7bca6de0
deepcopy image shader
6 years ago
nihuini
ebabfa60c1
disable image storage test on macos and ios
6 years ago
nihuini
c94d1b39ad
force diable image storage on macos and ios, fix #1738
6 years ago
Charles.Wang
72ac36ea60
add statisticspooling layer ( #1768 )
* add statisticspooling layer
* update my license, delete "#include <algorithm>, #include <functional>" in src/layer/statisticspooling.cpp, add ncnn_add_layer entry in src/CMakeLists.txt.
* Move ncnn_add_layer(StatisticsPooling) to tail of the layer list. Because the layer enum index is generated from this order. Inserting would break binary compatibility.
6 years ago
nihui
ce6abe24b8
memory type required by buffer and image can be different
6 years ago
zhiliu6
3bfabf1d6a
Add fused convolution and mish layer support. ( #1761 )
6 years ago
nihui
c35bf2f091
more stable tanh_ps, fix #1769
6 years ago
nihui
9c0e46b00a
priorbox test fix
6 years ago
nihui
52c2782922
priorbox test
6 years ago
nihui
b85ba38e5b
scale image shader
6 years ago
nihui
4a4fa0889a
instancenorm image shader
6 years ago
nihuini
36cbf3e3af
batchnorm image shader
6 years ago