You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Howave 123ca35e00 fix compile warnings (#1042) 7 years ago
..
layer prefer cpu fp16 casting to reduce upload/download overhead on discrete gpu 7 years ago
CMakeLists.txt option api changes 7 years ago
allocator.cpp bottom blob memory never alias, reuse blob memory more elegantly relying on refcount 7 years ago
allocator.h move mutex class family to platform.h 7 years ago
benchmark.cpp new int8 implement,better accuracy (#749) 7 years ago
benchmark.h decouple modelbin of different input types, simplify timestamp function 8 years ago
blob.cpp layer holds bottom blob scale, depthwise convolution read group scales 7 years ago
blob.h layer holds bottom blob scale, depthwise convolution read group scales 7 years ago
command.cpp fix validation warning on querypool destruction, enable fp16p by default 7 years ago
command.h add option to upload model function, pipeline creation honors option use flags, setting allocator per extractor do not make much sense 7 years ago
cpu.cpp Support for Raspberry Pi 3 compilation (#640) 7 years ago
cpu.h add ncnn source qwq 9 years ago
gpu.cpp 16bit storage on arm mali is buggy 7 years ago
gpu.h set vulkan device by gpu index 7 years ago
layer.cpp fix compile warnings (#1042) 7 years ago
layer.h comment++ 7 years ago
layer_declaration.h.in fix: avoid rebuilding after cmake 7 years ago
layer_registry.h.in fix: avoid rebuilding after cmake 7 years ago
layer_shader_registry.h.in [WIP] vulkan compute (#618) 7 years ago
layer_shader_spv_data.h.in [WIP] vulkan compute (#618) 7 years ago
layer_type.h move layer type enum to separate header 8 years ago
layer_type_enum.h.in fix: avoid rebuilding after cmake 7 years ago
mat.cpp option api changes 7 years ago
mat.h Mat row should be elemsize-aware 7 years ago
mat_pixel.cpp packed mat is handy 7 years ago
mat_pixel_resize.cpp fix bus error in resize_bilinear_c2 on armv7 7 years ago
modelbin.cpp core int8 inference, quantize and dequantize, net using flag, caffe2ncnn reads int8 scale table 7 years ago
modelbin.h core int8 inference, quantize and dequantize, net using flag, caffe2ncnn reads int8 scale table 7 years ago
net.cpp set vulkan device by gpu index 7 years ago
net.h comment++ 7 years ago
opencv.cpp optional image pixel api, fix #434 8 years ago
opencv.h optional image pixel api, fix #434 8 years ago
option.cpp fix validation warning on querypool destruction, enable fp16p by default 7 years ago
option.h option api changes 7 years ago
paramdict.cpp fix compile warnings (#1042) 7 years ago
paramdict.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
pipeline.cpp add option to upload model function, pipeline creation honors option use flags, setting allocator per extractor do not make much sense 7 years ago
pipeline.h add option to upload model function, pipeline creation honors option use flags, setting allocator per extractor do not make much sense 7 years ago
platform.h.in optimization the x86 convolution layer with avx2 (#1019) 7 years ago