ncnn icon indicating copy to clipboard operation
ncnn copied to clipboard

[WIP] pnnx load dynamo onnx part2

Open nihui opened this issue 1 year ago • 0 comments

model

  • [x] DeepLabV3
  • [x] FCN
  • [x] LRASPP
  • [ ] Faster R-CNN
  • [ ] FCOS
  • [ ] RetinaNet
  • [ ] SSD
  • [ ] SSDlite
  • [ ] Mask R-CNN
  • [ ] Keypoint R-CNN
  • [ ] RAFT

misc

  • [ ] build minimal onnxruntime
  • [ ] disable onnx2pnnx by default

onnx native op

  • [ ] Abs
  • [ ] Acos
  • [ ] Add
  • [ ] Asin
  • [ ] Atan
  • [ ] AveragePool
  • [ ] BatchNormalization
  • [ ] CeLU
  • [ ] Ceil
  • [ ] Clip
  • [ ] Concat
  • [ ] Constant
  • [ ] Conv
  • [ ] ConvTranspose
  • [ ] Cos
  • [ ] DepthToSpace
  • [ ] Div
  • [ ] Dropout
  • [ ] Elu
  • [ ] Erf
  • [ ] Exp
  • [ ] Flatten
  • [ ] Floor
  • [ ] GRU
  • [ ] Gelu
  • [ ] Gemm
  • [ ] GlobalAveragePool
  • [ ] GlobalMaxPool
  • [ ] GroupNorm
  • [ ] HardSigmoid
  • [ ] HardSwish
  • [ ] ImageScaler
  • [ ] InstanceNormalization
  • [ ] LRN
  • [ ] LSTM
  • [ ] LayerNorm
  • [ ] LeakyRelu
  • [ ] Log
  • [ ] MatMul
  • [ ] Max
  • [ ] MaxPool
  • [ ] Min
  • [ ] Mul
  • [ ] Neg
  • [ ] PRelu
  • [ ] Pad
  • [ ] Pow
  • [ ] RNN
  • [ ] Reciprocal
  • [ ] ReduceL1
  • [ ] ReduceL2
  • [ ] ReduceLogSum
  • [ ] ReduceLogSumExp
  • [ ] ReduceMax
  • [ ] ReduceMean
  • [ ] ReduceMin
  • [ ] ReduceProd
  • [ ] ReduceSum
  • [ ] ReduceSumSquare
  • [ ] Reshape
  • [ ] Resize
  • [ ] Shrink
  • [ ] Sigmoid
  • [ ] Sin
  • [ ] Slice
  • [ ] Softmax
  • [ ] Split
  • [ ] Sqrt
  • [ ] Squeeze
  • [ ] Sub
  • [ ] Sum
  • [ ] Tan
  • [ ] Tanh
  • [ ] Transpose
  • [ ] Unsqueeze
  • [ ] Upsample

nihui avatar May 11 '24 11:05 nihui