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.
 
 
 
 
 
 
Fangjun Kuang 5281d51535
implement GLU and pnnx conversion (#4283)
3 years ago
..
CMakeLists.txt implement GLU and pnnx conversion (#4283) 3 years ago
prng.h format code style and setup restyled.io (#1840) 6 years ago
test_absval.cpp more test coverage 5 years ago
test_batchnorm.cpp [BatchNorm Optimize x86] AVX512 intrinsic (#4061) 3 years ago
test_bias.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_binaryop.cpp binary4d, unary4d (#3443) 4 years ago
test_bnll.cpp Add unittest and SSE&AVX optimized for BNLL (#3759) 4 years ago
test_c_api.cpp fix c api test 4 years ago
test_cast.cpp avx512 bf16 fp16 infrastructure (#3926) 3 years ago
test_clip.cpp more test coverage 5 years ago
test_command.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_concat.cpp x86 avx512 optimization (#3581) 4 years ago
test_convolution.cpp armv8.4 i8mm optimization for convolution gemm int8 (#4034) 3 years ago
test_convolution1d.cpp dynamic convolution weight (#3408) 4 years ago
test_convolution3d.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
test_convolutiondepthwise.cpp dynamic convolution weight (#3408) 4 years ago
test_convolutiondepthwise1d.cpp dynamic convolution weight (#3408) 4 years ago
test_convolutiondepthwise3d.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
test_cpu.cpp More test for cpu (#2439) 5 years ago
test_crop.cpp x86 avx512 optimization (#3581) 4 years ago
test_deconvolution.cpp x86 avx512 optimization for convolution winograd pack16to1 and deconvolution family, increase simpleomp argv count (#3694) 4 years ago
test_deconvolution1d.cpp deconv1d deconv3d (#3584) 4 years ago
test_deconvolution3d.cpp deconv1d deconv3d (#3584) 4 years ago
test_deconvolutiondepthwise.cpp deconv1d deconv3d (#3584) 4 years ago
test_deconvolutiondepthwise1d.cpp deconv1d deconv3d (#3584) 4 years ago
test_deconvolutiondepthwise3d.cpp test: fix printf arguments mismatch (#3774) 4 years ago
test_deepcopy.cpp more test coverage 5 years ago
test_deformableconv2d.cpp Optimize x86 DeformableConv2D (#4128) 3 years ago
test_dequantize.cpp test flatten packing padding int8 4 years ago
test_dropout.cpp more test coverage 5 years ago
test_einsum.cpp implement einsum layer and pnnx conversion (#3768) 4 years ago
test_eltwise.cpp eltwise for vec and image, fix #2473 5 years ago
test_elu.cpp [Elu x86] Finish intrinsic with elempack merged (#4153) 3 years ago
test_expanddims.cpp fix squeeze expanddims axes and add test (#3359) 4 years ago
test_flatten.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_gelu.cpp [Gelu x86] Finish intrinsic with elempack merged(fast version) (#4144) 3 years ago
test_gemm.cpp pnnx convert torch.addmm (#3634) 4 years ago
test_glu.cpp implement GLU and pnnx conversion (#4283) 3 years ago
test_groupnorm.cpp groupnorm layer 5 years ago
test_gru.cpp rnn/lstm/gru with unequal input output (#3352) 4 years ago
test_hardsigmoid.cpp more test coverage 5 years ago
test_hardswish.cpp fix hardswish test beta param (#3214) 4 years ago
test_innerproduct.cpp armv8.6 ci and coverage (#4025) 3 years ago
test_instancenorm.cpp fix instancenorm vulkan without affine 5 years ago
test_interp.cpp x86 avx512 optimization (#3581) 4 years ago
test_layernorm.cpp Layer Norm x86 SIMD Optimizations (#4065) 3 years ago
test_lrn.cpp armv8.2 infrastructure (#1856) 5 years ago
test_lstm.cpp implement lstm proj_size (#4263) 3 years ago
test_mat_pixel.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_mat_pixel_affine.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
test_mat_pixel_drawing.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
test_mat_pixel_resize.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_mat_pixel_rotate.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
test_matmul.cpp convert torch.matmul, eliminate noop pad and identity op, fuse transpose matmul, fuse select to unbind (#3554) 4 years ago
test_memorydata.cpp armv8.2 infrastructure (#1856) 5 years ago
test_mish.cpp more test coverage 5 years ago
test_multiheadattention.cpp fuse onnx multiheadattention with same qkv blob 5 years ago
test_noop.cpp more test coverage 5 years ago
test_normalize.cpp armv8.2 infrastructure (#1856) 5 years ago
test_packing.cpp x86 avx512 optimization (#3581) 4 years ago
test_padding.cpp x86 avx512 optimization (#3581) 4 years ago
test_permute.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_pixelshuffle.cpp arm neon optimization for pixelshuffle scale 2 5 years ago
test_pooling.cpp implement convolution1d and pooling1d (#3035) 4 years ago
test_pooling1d.cpp implement convolution1d and pooling1d (#3035) 4 years ago
test_pooling3d.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 years ago
test_power.cpp Added a simple unittest for Power layer. (#3893) 4 years ago
test_prelu.cpp [Prelu x86] Finish intrinsic with elempack merged (#4177) 3 years ago
test_priorbox.cpp armv8.2 infrastructure (#1856) 5 years ago
test_quantize.cpp architecture changes for int8 packing (#2771) 5 years ago
test_reduction.cpp reduction4d, merge keepdims arg, add test (#3469) 4 years ago
test_relu.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_reorg.cpp enhance padding test (#2580) 5 years ago
test_requantize.cpp arm neon optimization for general packed convolution (#3426) 4 years ago
test_reshape.cpp x86 avx512 optimization (#3581) 4 years ago
test_rnn.cpp rnn/lstm/gru with unequal input output (#3352) 4 years ago
test_roialign.cpp armv8.2 infrastructure (#1856) 5 years ago
test_roipooling.cpp armv8.2 infrastructure (#1856) 5 years ago
test_scale.cpp more test coverage 5 years ago
test_selu.cpp Add unittest and RVV optimized for SELU (#3114) 4 years ago
test_shufflechannel.cpp shufflechannel group2 acorss pack4 pack8 arm neon optimization 5 years ago
test_sigmoid.cpp more test coverage 5 years ago
test_slice.cpp x86 avx512 optimization (#3581) 4 years ago
test_softmax.cpp x86 sse/avx/avx512 optimization for softmax (#3712) 4 years ago
test_softplus.cpp softplus inplace (#2156) 5 years ago
test_squeeze.cpp fix squeeze expanddims axes and add test (#3359) 4 years ago
test_squeezenet.cpp implement layer feature disabled bit (#4278) 3 years ago
test_swish.cpp more test coverage 5 years ago
test_tanh.cpp more test coverage 5 years ago
test_tile.cpp layer tile (#3491) 4 years ago
test_unaryop.cpp binary4d, unary4d (#3443) 4 years ago
test_yolov3detectionoutput.cpp Add yolov3detectionoutput test and AVX optimization (#1994) 5 years ago
testutil.h arm vfpv4 optimization for innerproduct (#3950) 3 years ago