785 Commits (fd2d4d5d462c19ba0837d58841e110618ab18f64)

Author SHA1 Message Date
  nihui 0b71133d0e
pnnx fix macos and windows build, add quick test ci (#5838) 1 year ago
  nihui 78aca5d30b
pnnx fix onnx clip conversion, add onnx clamp test, always reserve onnx split outputs, convert onnx mod (#5834) 1 year ago
  張小凡 24908b7c87
pnnx rename _export() to export() (#5831) 1 year ago
  nihui 57fac4a36b
pnnx match onnx zeros ones (#5832) 1 year ago
  nihui ad6d84e747
pnnx build silent warnings from torch header (#5828) 1 year ago
  nihui 4b0d2dea24
pnnx auto inputshape from traced inputs (#5825) 1 year ago
  nihui a12baae13b
pnnx ncnn convert select to crop and squeeze (#5826) 1 year ago
  nihui 1172b04355
pnnx pass level2 priority (#5791) 1 year ago
  nihui 0734b657d9
spectrogram and inverse spectrogram (#5779) 1 year ago
  Joson c043612e91
disable pnnx debug model (#5784) 1 year ago
  nihui e71fdf8e51
pnnx write implicit int conversion in python script (#5767) 1 year ago
  nihui 6077adc6bc
pnnx do not fold tensor with dynamic shape, use fp32 module by default (#5755) 1 year ago
  nihui c1f9e959f5
pnnx torch 2.5 (#5748) 1 year ago
  nihui f856011297
pnnx drop onnx weight-like graph input (#5736) 1 year ago
  nihui 66b54cbea2
multiheadattention int8 quantization (#5733) 1 year ago
  nihui 1c7af00499
gemm int8 quantization (#5706) 1 year ago
  nihui 80c78a0e40
pnnx fuse t5-layernorm as rmsnorm (#5675) 1 year ago
  nihui 21e54d8c7a
update modelwriter for rmsnorm (#5676) 1 year ago
  nihui 5df5413c81
embed int8 quantization and add embed test (#5667) 1 year ago
  nihui 5e2d56d025
pnnx fuse mobilevit style selfattention, onnx2pnnx handle more general gemm (#5659) 1 year ago
  nihui 4de536951a
onnx2pnnx do not fold single constant for gemm weight (#5634) 1 year ago
  nihui 789d8686c7
pnnx functionize do not create shadow op for identity consumers (#5632) 1 year ago
  nihui fdf0df3079
RMSNorm (#5630) 1 year ago
  nihui abad90cb1c
pnnx drop torch.max torch.min indice node if not used (#5629) 1 year ago
  nihui eb6e084c2d
pnnx convert nn.RMSNorm F.rms_norm (#5628) 1 year ago
  nihui c46278d0bb
pnnx convert onnx resize with roi, torch.max torch.min with dim returns tuple (#5627) 1 year ago
  nihui ecfd88a11b
pnnx2ncnn convert torch.roll with one or two shifts (#5623) 1 year ago
  nihui f3cd4c2e91
pnnx2ncnn handle F.maxpool without dilation param (#5622) 1 year ago
  nihui b9debee8fb
pnnx ci for torch 2.4 (#5618) 1 year ago
  nihui 60823a8de3
pnnx handles sdpa batch index (#5617) 1 year ago
  lll143653 d355b6dc5b
Add warning and recommend to use pnnx (#5588) 1 year ago
  nihui 3ee5c18f84
pnnx logaddexp (#5598) 1 year ago
  nihui e82015878c
Update modelwriter.h for mha scale param 1 year ago
  nihui f825d3a23c
pnnx fuse onnx sdpa pattern and ncnn qdim mha fusion (#5589) 1 year ago
  nihui 569617f212
pnnx convert onnx expand/permute/repeat/reshape/select/slice/cat/ceil/chunk/flatten/floor/maximum/minimum/split/squeeze/stack/transpose/unbind/unsqueeze (#5583) 1 year ago
  nihui e7cae68a22
pnnx convert onnx logsoftmax/logsigmoid/mish/selu/sigmoid/silu/softmin/softplus/softshrink/softsign/tanh/tanhshrink (#5581) 1 year ago
  nihui 1c40615b2d
pnnx convert onnx sdap reduce min/max/mean/sum/prod (#5579) 1 year ago
  nihui c59885aeac
pnnx convert onnx multiheadattention (#5575) 1 year ago
  nihui 854678b5f3
pnnx convert onnx prelu gelu elu leakyrelu relu6 celu hardshrink hardsigmoid hardswish clip (#5572) 1 year ago
  nihui d264b6353a
pnnx convert onnx rnn lstm gru (#5553) 1 year ago
  nihui 74d3eb2345
pnnx convert onnx layernorm instancenorm groupnorm (#5533) 1 year ago
  nihui 98de53920e
pnnx convert onnx lrn, fuse if with constant condition, canonicalize and check foldable inside subgraph (#5532) 1 year ago
  nihui 755f8e1a6b
pnnx convert onnx batchnorm (#5529) 1 year ago
  nihui 109ed2665c
pnnx convert onnx avgpool maxpool (#5527) 1 year ago
  nihui f56b18aaf0
pnnx convert onnx resize upsample (#5522) 1 year ago
  nihui 2828e7ae96
pnnx reset onnx input shape, convert torch.tile torch.where (#5517) 1 year ago
  nihui ffb2fe60ee
pnnx convert onnx pad linear sigmoid softmax relu (#5516) 1 year ago
  nihui 21babb7eed
pnnx convert onnx conv convtranspose (#5515) 1 year ago
  nihui 75ba2a01c9
pnnx fill tensor data for ort inference, fix output shape2 mismatch (#5488) 2 years ago
  nihui 5b49d0aa0a
pnnx onnx fold partial shape constant, fix dce node lost bug (#5486) 2 years ago