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 3a83704c38
binary4d, unary4d (#3443)
4 years ago
..
CMakeLists.txt relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 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 relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_bias.cpp relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_binaryop.cpp binary4d, unary4d (#3443) 4 years ago
test_c_api.cpp detach mat from local blob allocator so net instance could be destroyed much earlier (#3287) 4 years ago
test_cast.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 4 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 update concat test 4 years ago
test_convolution.cpp arm neon optimization for general packed convolution (#3426) 4 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 crop4d (#3402) 4 years ago
test_deconvolution.cpp armv8.2 infrastructure (#1856) 5 years ago
test_deconvolutiondepthwise.cpp more code coverage 5 years ago
test_deepcopy.cpp more test coverage 5 years ago
test_dequantize.cpp test flatten packing padding int8 4 years ago
test_dropout.cpp more test coverage 5 years ago
test_eltwise.cpp eltwise for vec and image, fix #2473 5 years ago
test_elu.cpp more test coverage 5 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 implements gelu activation (#2749) 5 years ago
test_gemm.cpp gemm layer 5 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 Fuse HardSwish activation into Convolution and InnerProduct (#3233) 4 years ago
test_instancenorm.cpp fix instancenorm vulkan without affine 5 years ago
test_interp.cpp implement interp-1d on 2d blob (#3349) 4 years ago
test_layernorm.cpp fuse onnx layernorm, fix 2-dim layernorm implementation, add test 5 years ago
test_lrn.cpp armv8.2 infrastructure (#1856) 5 years ago
test_lstm.cpp rnn/lstm/gru with unequal input output (#3352) 4 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_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 relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_padding.cpp initial data structure changes for 3dcnn, conv3d, pooling3d (#3378) 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_prelu.cpp more test coverage 5 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_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 relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 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 more slice test 5 years ago
test_softmax.cpp Support negative axis in concat, slice and softmax (#2365) 5 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 relu3d, batchnorm3d, reshape4d, flatten4d, permute4d (#3397) 4 years ago
test_swish.cpp more test coverage 5 years ago
test_tanh.cpp more test coverage 5 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 binary4d, unary4d (#3443) 4 years ago