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.
 
 
 
 
 
 
nihui f22e5d4a6d fix build 6 years ago
..
arm fix build 6 years ago
mips Add mips layers (#1496) 6 years ago
vulkan test fp16 packed and shader pack8 option (#1636) 6 years ago
x86 test bf16s (#1644) 6 years ago
absval.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
absval.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
argmax.cpp implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
argmax.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
batchnorm.cpp Fix warnings on Visual Studio (#1428) 6 years ago
batchnorm.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
bias.cpp implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
bias.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
binaryop.cpp Fix warnings on Visual Studio (#1456) 6 years ago
binaryop.h named all enum types (#1570) 6 years ago
bnll.cpp Fix warnings on Visual Studio (#1431) 6 years ago
bnll.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
cast.cpp cast between float32 and bfloat16 6 years ago
cast.h cast between float32 and bfloat16 6 years ago
clip.cpp fix requant relu6 bug (#1590) 6 years ago
clip.h fix requant relu6 bug (#1590) 6 years ago
concat.cpp code clean, concat bf16s 6 years ago
concat.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
convolution.cpp convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
convolution.h convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
convolutiondepthwise.cpp convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
convolutiondepthwise.h convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
crop.cpp conv3x3s1 pack4to1 bf16s neon kernel 6 years ago
crop.h less duplicated code for crop layer, slice axes starts from 0 6 years ago
deconvolution.cpp Fix warnings on Visual Studio (#1456) 6 years ago
deconvolution.h deconvolution output adj and output shape 6 years ago
deconvolutiondepthwise.cpp Fix warnings on Visual Studio (#1431) 6 years ago
deconvolutiondepthwise.h deconvolution output adj and output shape 6 years ago
dequantize.cpp layer holds bottom blob scale, depthwise convolution read group scales 7 years ago
dequantize.h core int8 inference, quantize and dequantize, net using flag, caffe2ncnn reads int8 scale table 7 years ago
detectionoutput.cpp Fix warnings on Visual Studio (#1431) 6 years ago
detectionoutput.h mxnet-ssd wip ... 7 years ago
dropout.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
dropout.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
eltwise.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
eltwise.h named all enum types (#1570) 6 years ago
elu.cpp Fix warnings on Visual Studio (#1456) 6 years ago
elu.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
embed.cpp Fix warnings on Visual Studio (#1456) 6 years ago
embed.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
exp.cpp Fix warnings on Visual Studio (#1456) 6 years ago
exp.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
expanddims.cpp convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze 6 years ago
expanddims.h convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze 6 years ago
flatten.cpp convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
flatten.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
hardsigmoid.cpp fix hardsigmoid 7 years ago
hardsigmoid.h Implemented hard sigmoid (#1046) 7 years ago
hardswish.cpp Implemented hard swish layer 6 years ago
hardswish.h Implemented hard swish layer 6 years ago
innerproduct.cpp fix layer innerproduct when build with requant option on (#1624) 6 years ago
innerproduct.h int8 code refactoring wip, add int8 test 6 years ago
input.cpp [WIP] vulkan compute (#618) 7 years ago
input.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
instancenorm.cpp Fix warnings on Visual Studio (#1431) 6 years ago
instancenorm.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
interp.cpp shader shape specialization constant and basic local group size partition (#1523) 6 years ago
interp.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
log.cpp Fix warnings on Visual Studio (#1456) 6 years ago
log.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
lrn.cpp Fix warnings on Visual Studio (#1456) 6 years ago
lrn.h named all enum types (#1570) 6 years ago
lstm.cpp onnx lstm (#1613) 6 years ago
lstm.h onnx lstm (#1613) 6 years ago
memorydata.cpp implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
memorydata.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
mvn.cpp Fix warnings on Visual Studio (#1456) 6 years ago
mvn.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
noop.cpp the noop layer 6 years ago
noop.h the noop layer 6 years ago
normalize.cpp Fix warnings on Visual Studio (#1428) 6 years ago
normalize.h normalize support inplace 6 years ago
packing.cpp rename Mat packing to elempack 6 years ago
packing.h rename Mat packing to elempack 6 years ago
padding.cpp else if is ugly :D 6 years ago
padding.h per channel pad 6 years ago
permute.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
permute.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
pixelshuffle.cpp pixelshuffle 6 years ago
pixelshuffle.h pixelshuffle 6 years ago
pooling.cpp convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
pooling.h convolution and pooling make padding helper, flatten innerproduct pooling bf16s neon 6 years ago
power.cpp Fix warnings on Visual Studio (#1456) 6 years ago
power.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
prelu.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
prelu.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
priorbox.cpp Fix warnings on Visual Studio (#1428) 6 years ago
priorbox.h add mobilenetv3-ssd (#1335) 6 years ago
proposal.cpp Fix warnings on Visual Studio (#1456) 6 years ago
proposal.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
psroipooling.cpp Fix warnings on Visual Studio (#1422) 6 years ago
psroipooling.h implement psroipooling layer 7 years ago
quantize.cpp Fix warnings on Visual Studio (#1431) 6 years ago
quantize.h core int8 inference, quantize and dequantize, net using flag, caffe2ncnn reads int8 scale table 7 years ago
reduction.cpp Fix warnings on Visual Studio (#1456) 6 years ago
reduction.h named all enum types (#1570) 6 years ago
relu.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
relu.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
reorg.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
reorg.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
requantize.cpp Fix int8 requant (#1499) 6 years ago
requantize.h [WIP] arm64-v8a int8 optimization (#823) 7 years ago
reshape.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
reshape.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
rnn.cpp implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
rnn.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
roialign.cpp trival fix for the last element 7 years ago
roialign.h implement roialign layer 7 years ago
roipooling.cpp Fix warnings on Visual Studio (#1431) 6 years ago
roipooling.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
scale.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
scale.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
selu.cpp Fix warnings on Visual Studio (#1422) 6 years ago
selu.h implemented selu activation (#1051) 7 years ago
shufflechannel.cpp move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
shufflechannel.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
sigmoid.cpp Fix warnings on Visual Studio (#1431) 6 years ago
sigmoid.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
slice.cpp slice bf16s 6 years ago
slice.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
softmax.cpp Fix warnings on Visual Studio (#1431) 6 years ago
softmax.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
split.cpp the use_bf16_storage option 6 years ago
split.h [WIP] vulkan compute (#618) 7 years ago
spp.cpp fix spp::copy_make_border (#1345) 6 years ago
spp.h named all enum types (#1570) 6 years ago
squeeze.cpp convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze 6 years ago
squeeze.h convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze 6 years ago
tanh.cpp Fix warnings on Visual Studio (#1456) 6 years ago
tanh.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
threshold.cpp implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
threshold.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
tile.cpp implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
tile.h implement ncnn blob/workspace allocator, fine-grained per-layer openmp threads control, fix #469 7 years ago
unaryop.cpp Fix warnings on Visual Studio (#1456) 6 years ago
unaryop.h named all enum types (#1570) 6 years ago
yolodetectionoutput.cpp Fix warnings on Visual Studio (#1431) 6 years ago
yolodetectionoutput.h move vulkan code to subdir, new layer interface create_pipeline and destroy_pipeline for post-loading works 7 years ago
yolov3detectionoutput.cpp Fix warnings on Visual Studio (#1431) 6 years ago
yolov3detectionoutput.h Support yolov3 and mobilenet yolov3 7 years ago