Skip to content

Commit

Permalink
[quantizer] update quantization_support doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zk1998 committed Sep 11, 2024
1 parent fc5eb63 commit c79206d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quantization_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Quantized OPs that are natively not supported by PyTorch (and possibly TFLite).
| `log_softmax` | / |
| `matmul` | / |
| `mm` | / |
| `norm` | / |
| `pad` | 1.7.0 |
| `pow` | / |
| `prelu` | / |
Expand All @@ -46,6 +47,7 @@ Quantized OPs that are natively not supported by PyTorch (and possibly TFLite).
| `torch.nn.LayerNorm` | / |
| `torch.nn.LogSoftmax` | / |
| `torch.nn.PReLU` | / |
| `torch.nn.RMSNorm` | / |
| `torch.nn.RNN` | / |
| `torch.nn.SiLU` | / |
| `torch.nn.Softmax` | / |
Expand Down

0 comments on commit c79206d

Please sign in to comment.