Skip to content

Commit

Permalink
update onnx2mge support op list
Browse files Browse the repository at this point in the history
  • Loading branch information
daisycx committed Aug 30, 2022
1 parent 9c1feac commit cf928a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,19 +313,27 @@ ImportError: /home//lib/python3.6/site-packages/mgeconvert/backend/ir_to_tflite/
| Conv |<br/>|
| Clip |<br/>|
| Concat |<br/>|
| Div |<br/>|
| Dropout |<br/>|
| Flatten |<br/>|
| Gather |<br/>|
| Gemm |<br/>|
| GlobalAveragePool |<br/>|
| GlobalMaxPool |<br/>|
| Hardsigmoid |<br/>|
| LSTM |<br/>|
| MaxPool |<br/>|
| Mul |<br/>|
| Pow |<br/>|
| Reduce |<br/>|
| Relu |<br/>|
| Reshape |<br/>|
| Resize |<br/>|
| Shape |<br/>|
| Sigmoid |<br/>|
| Slice |<br/>|
| Softmax |<br/>|
| Sqrt |<br/>|
| Sub |<br/>|
| Transpose |<br/>|
| Unsqueeze |<br/>|

0 comments on commit cf928a2

Please sign in to comment.