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 aed05aa851
pnnx fuse more function to module (#4351)
3 years ago
..
ncnn implement MultiheadAttention kdim vdim (#4347) 3 years ago
CMakeLists.txt pnnx fuse more function to module (#4351) 3 years ago
run_test.cmake PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_adaptive_avg_pool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_adaptive_avg_pool2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_adaptive_avg_pool3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_adaptive_max_pool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_adaptive_max_pool2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_adaptive_max_pool3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_affine_grid.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_alpha_dropout.py convert dropout family (#3425) 4 years ago
test_F_avg_pool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_avg_pool2d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_F_avg_pool3d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_F_batch_norm.py pnnx user provided parameter (#3417) 4 years ago
test_F_celu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_conv1d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_F_conv2d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_F_conv3d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_F_conv_transpose1d.py pnnx user provided parameter (#3417) 4 years ago
test_F_conv_transpose2d.py pnnx user provided parameter (#3417) 4 years ago
test_F_conv_transpose3d.py deconv1d deconv3d (#3584) 4 years ago
test_F_dropout.py convert dropout family (#3425) 4 years ago
test_F_dropout2d.py convert dropout family (#3425) 4 years ago
test_F_dropout3d.py convert dropout family (#3425) 4 years ago
test_F_elu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_embedding.py pnnx cmdline argument inputshape with type (#3419) 4 years ago
test_F_feature_alpha_dropout.py convert dropout family (#3425) 4 years ago
test_F_fold.py implement ncnn fold and unfold (#4326) 3 years ago
test_F_gelu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_glu.py implement GLU and pnnx conversion (#4283) 3 years ago
test_F_grid_sample.py gridsample op support (#4288) 3 years ago
test_F_group_norm.py pnnx user provided parameter (#3417) 4 years ago
test_F_hardshrink.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_hardsigmoid.py convert inplace relu6, match more hardswish pattern (#3952) 3 years ago
test_F_hardswish.py convert inplace relu6, match more hardswish pattern (#3952) 3 years ago
test_F_hardtanh.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_instance_norm.py pnnx user provided parameter (#3417) 4 years ago
test_F_interpolate.py fix interp nearest by scale factor, fix issue #3555 (#3565) 4 years ago
test_F_layer_norm.py pnnx user provided parameter (#3417) 4 years ago
test_F_leaky_relu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_linear.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_local_response_norm.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_log_softmax.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_logsigmoid.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_lp_pool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_lp_pool2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_max_pool1d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_F_max_pool2d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_F_max_pool3d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_F_mish.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_normalize.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_pad.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_pixel_shuffle.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_pixel_unshuffle.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_prelu.py pnnx user provided parameter (#3417) 4 years ago
test_F_relu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_relu6.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_rrelu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_selu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_sigmoid.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_silu.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_softmax.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_softmin.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_softplus.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_softshrink.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_softsign.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_tanh.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_tanhshrink.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_threshold.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_unfold.py implement ncnn fold and unfold (#4326) 3 years ago
test_F_upsample.py fix interp nearest by scale factor, fix issue #3555 (#3565) 4 years ago
test_F_upsample_bilinear.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_F_upsample_nearest.py fix interp nearest by scale factor, fix issue #3555 (#3565) 4 years ago
test_Tensor_contiguous.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_Tensor_index.py pnnx fold constant (#3521) 4 years ago
test_Tensor_masked_fill.py pnnx bitwise and compare op (#3791) 4 years ago
test_Tensor_new_empty.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_Tensor_new_full.py fold new_full and full_like (#4323) 3 years ago
test_Tensor_new_ones.py fold new_full and full_like (#4323) 3 years ago
test_Tensor_new_zeros.py fold new_full and full_like (#4323) 3 years ago
test_Tensor_repeat.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_Tensor_reshape.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_Tensor_select.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_Tensor_slice.py crop4d (#3402) 4 years ago
test_Tensor_slice_copy.py match inplace slice copy pattern, rewrite copy uses (#4338) 3 years ago
test_Tensor_view.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_convnext_tiny.py layernorm for vector and mat along w, pnnx convnext end2end test (#3764) 4 years ago
test_mobilenet_v2.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_mobilenet_v3_small.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AdaptiveAvgPool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AdaptiveAvgPool2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AdaptiveAvgPool3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AdaptiveMaxPool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AdaptiveMaxPool2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AdaptiveMaxPool3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AlphaDropout.py convert dropout family (#3425) 4 years ago
test_nn_AvgPool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_AvgPool2d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_nn_AvgPool3d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_nn_BatchNorm1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_BatchNorm2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_BatchNorm3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_CELU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ChannelShuffle.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ConstantPad1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ConstantPad2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ConstantPad3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Conv1d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_nn_Conv2d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_nn_Conv3d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_nn_ConvTranspose1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ConvTranspose2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ConvTranspose3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Dropout.py convert dropout family (#3425) 4 years ago
test_nn_Dropout2d.py convert dropout family (#3425) 4 years ago
test_nn_Dropout3d.py convert dropout family (#3425) 4 years ago
test_nn_ELU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Embedding.py pnnx cmdline argument inputshape with type (#3419) 4 years ago
test_nn_Fold.py implement ncnn fold and unfold (#4326) 3 years ago
test_nn_GELU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_GLU.py implement GLU and pnnx conversion (#4283) 3 years ago
test_nn_GRU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_GroupNorm.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Hardshrink.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Hardsigmoid.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Hardswish.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Hardtanh.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_InstanceNorm1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_InstanceNorm2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_InstanceNorm3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LPPool1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LPPool2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LSTM.py implement lstm proj_size (#4263) 3 years ago
test_nn_LayerNorm.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LeakyReLU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Linear.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LocalResponseNorm.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LogSigmoid.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_LogSoftmax.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_MaxPool1d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_nn_MaxPool2d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_nn_MaxPool3d.py add reshape before and after pooling 123d with no batch dimension (#3566) 4 years ago
test_nn_Mish.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_MultiheadAttention.py implement MultiheadAttention kdim vdim (#4347) 3 years ago
test_nn_PReLU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_PixelShuffle.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_PixelUnshuffle.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_RNN.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_RReLU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReLU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReLU6.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReflectionPad1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReflectionPad2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReplicationPad1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReplicationPad2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_ReplicationPad3d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_SELU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_SiLU.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Sigmoid.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Softmax.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Softmax2d.py pnnx convert nn.Softmax2d (#4324) 3 years ago
test_nn_Softmin.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Softplus.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Softshrink.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Softsign.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Tanh.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Tanhshrink.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Threshold.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_Unfold.py implement ncnn fold and unfold (#4326) 3 years ago
test_nn_Upsample.py fix interp nearest by scale factor, fix issue #3555 (#3565) 4 years ago
test_nn_UpsamplingBilinear2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_nn_UpsamplingNearest2d.py fix interp nearest by scale factor, fix issue #3555 (#3565) 4 years ago
test_nn_ZeroPad2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_pnnx_eliminate_noop_cat.py eliminate noop cat for single input (#3871) 4 years ago
test_pnnx_eliminate_noop_math.py pnnx fold constant (#3521) 4 years ago
test_pnnx_eliminate_noop_upsample.py pnnx eliminate noop upsample (#3991) 3 years ago
test_pnnx_fold_constant.py pnnx fold constant (#3521) 4 years ago
test_pnnx_fuse_adjacent_reshape.py pnnx fuse more function to module (#4351) 3 years ago
test_pnnx_fuse_conv1d_batchnorm1d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_pnnx_fuse_conv2d_batchnorm2d.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_pnnx_fuse_convtranspose1d_batchnorm1d.py pnnx fuse conv1d-bn convtranspose1d-bn 4 years ago
test_pnnx_fuse_convtranspose2d_batchnorm2d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_pnnx_fuse_linear_batchnorm1d.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_pnnx_fuse_pad_conv1d.py pnnx fuse more function to module (#4351) 3 years ago
test_pnnx_fuse_pad_conv2d.py pnnx fuse more function to module (#4351) 3 years ago
test_pnnx_fuse_select_to_unbind.py pnnx fix fused tensor_split operator insert order (#4006) 3 years ago
test_pnnx_fuse_slice_to_tensor_split.py pnnx fix fused tensor_split operator insert order (#4006) 3 years ago
test_quantization_shufflenet_v2_x1_0.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_resnet18.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_shufflenet_v2_x1_0.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_squeezenet1_1.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_swin_t.py pnnx swin transformer (#3783) 4 years ago
test_torch_abs.py pnnx math operation (#4251) 3 years ago
test_torch_acos.py pnnx math operation (#4251) 3 years ago
test_torch_acosh.py pnnx math operation (#4251) 3 years ago
test_torch_addmm.py pnnx convert torch.addmm (#3634) 4 years ago
test_torch_amax.py convert some pnnx reduction family 4 years ago
test_torch_amin.py convert some pnnx reduction family 4 years ago
test_torch_argmax.py convert pnnx argmax argmin, fix #3435 4 years ago
test_torch_argmin.py convert pnnx argmax argmin, fix #3435 4 years ago
test_torch_asin.py pnnx math operation (#4251) 3 years ago
test_torch_asinh.py pnnx math operation (#4251) 3 years ago
test_torch_atan.py pnnx math operation (#4251) 3 years ago
test_torch_atan2.py pnnx math operation (#4251) 3 years ago
test_torch_atanh.py pnnx math operation (#4251) 3 years ago
test_torch_bitwise_and.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_bitwise_left_shift.py pnnx convert torch bitwise left_shift right_shift (#4349) 3 years ago
test_torch_bitwise_not.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_bitwise_or.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_bitwise_right_shift.py pnnx convert torch bitwise left_shift right_shift (#4349) 3 years ago
test_torch_bitwise_xor.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_bmm.py pnnx torch bmm max min (#3736) 4 years ago
test_torch_cat.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_ceil.py pnnx math operation (#4251) 3 years ago
test_torch_chunk.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_clamp.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_clone.py convert pnnx clone normal 4 years ago
test_torch_complex.py pnnx support complex data type, convert torch complex/imag/real/fft.rfft2/fft.irfft2 (#3890) 4 years ago
test_torch_cos.py pnnx math operation (#4251) 3 years ago
test_torch_cosh.py pnnx math operation (#4251) 3 years ago
test_torch_einsum.py implement einsum layer and pnnx conversion (#3768) 4 years ago
test_torch_eq.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_exp.py pnnx math operation (#4251) 3 years ago
test_torch_fft_fft.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_fft2.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_fftn.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_hfft.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_hfft2.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_hfftn.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_ifft.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_ifft2.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_ifftn.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_ihfft.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_ihfft2.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_ihfftn.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_irfft.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_irfft2.py pnnx support complex data type, convert torch complex/imag/real/fft.rfft2/fft.irfft2 (#3890) 4 years ago
test_torch_fft_irfftn.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_rfft.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_fft_rfft2.py pnnx support complex data type, convert torch complex/imag/real/fft.rfft2/fft.irfft2 (#3890) 4 years ago
test_torch_fft_rfftn.py pnnx convert torch fft family (#3892) 4 years ago
test_torch_flatten.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_floor.py pnnx math operation (#4251) 3 years ago
test_torch_full.py convert pnnx torch.unbind and torch.ones/ones_like family (#3583) 4 years ago
test_torch_full_like.py convert pnnx torch.unbind and torch.ones/ones_like family (#3583) 4 years ago
test_torch_gather.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_ge.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_gt.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_imag.py pnnx support complex data type, convert torch complex/imag/real/fft.rfft2/fft.irfft2 (#3890) 4 years ago
test_torch_index_select.py convert pnnx torch.index_select and torch.scatter_add (#3842) 4 years ago
test_torch_le.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_log.py pnnx math operation (#4251) 3 years ago
test_torch_logsumexp.py convert some pnnx reduction family 4 years ago
test_torch_lt.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_matmul.py convert torch.matmul, eliminate noop pad and identity op, fuse transpose matmul, fuse select to unbind (#3554) 4 years ago
test_torch_max.py pnnx torch bmm max min (#3736) 4 years ago
test_torch_mean.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_min.py pnnx torch bmm max min (#3736) 4 years ago
test_torch_ne.py pnnx bitwise and compare op (#3791) 4 years ago
test_torch_neg.py pnnx math operation (#4251) 3 years ago
test_torch_norm.py pnnx torch norm stack test 4 years ago
test_torch_ones.py convert pnnx torch.unbind and torch.ones/ones_like family (#3583) 4 years ago
test_torch_ones_like.py convert pnnx torch.unbind and torch.ones/ones_like family (#3583) 4 years ago
test_torch_permute.py convert Tensor.select to ncnn, fuse multiheadattention unpack, add vit_b_32 end2end test (#3763) 4 years ago
test_torch_pow.py pnnx math operation (#4251) 3 years ago
test_torch_prod.py convert some pnnx reduction family 4 years ago
test_torch_real.py pnnx support complex data type, convert torch complex/imag/real/fft.rfft2/fft.irfft2 (#3890) 4 years ago
test_torch_reciprocal.py pnnx math operation (#4251) 3 years ago
test_torch_rsqrt.py pnnx math operation (#4251) 3 years ago
test_torch_scatter_add.py convert pnnx torch.index_select and torch.scatter_add (#3842) 4 years ago
test_torch_sign.py pnnx math operation (#4251) 3 years ago
test_torch_sin.py pnnx math operation (#4251) 3 years ago
test_torch_sinh.py pnnx math operation (#4251) 3 years ago
test_torch_split.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_sqrt.py pnnx math operation (#4251) 3 years ago
test_torch_square.py pnnx math operation (#4251) 3 years ago
test_torch_squeeze.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_stack.py pnnx torch norm stack test 4 years ago
test_torch_sum.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_tan.py pnnx math operation (#4251) 3 years ago
test_torch_tanh.py pnnx math operation (#4251) 3 years ago
test_torch_tensor_split.py pnnx convert torch.tensor_split, fuse full dim size slice to tensor_split (#3988) 3 years ago
test_torch_transpose.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_trunc.py pnnx math operation (#4251) 3 years ago
test_torch_unbind.py pnnx fold constant (#3521) 4 years ago
test_torch_unsqueeze.py PNNX is an open standard for PyTorch model interoperability (#3262) 4 years ago
test_torch_zeros.py convert pnnx torch.unbind and torch.ones/ones_like family (#3583) 4 years ago
test_torch_zeros_like.py convert pnnx torch.unbind and torch.ones/ones_like family (#3583) 4 years ago
test_torchvision_DeformConv2d.py Add DeformableConv2D (#4070) 3 years ago
test_torchvision_RoIAlign.py pnnx roialign (#3478) 4 years ago
test_vit_b_32.py pnnx support torch 1.12 (#3981) 3 years ago