Open ma7dev opened 2 years ago
The currently supported operations for Dynamic Quantization based on 1 are:
nn.Linear
nn.LSTM
nn.GRU
nn.RNNCell
nn.GRUCell
nn.LSTMCell
nn.EmbeddingBad
We might need to look into Static Quantization as they provide coverage for nn.Conv1d/2d/3d
, nn.Embedding
, and Activations
1.
Another idea is that FX Graph mode
will be the go-to for future development but it is under construction, so we might be able to contribute to PyTorch and utilize it in our library 2.
In this issue, you are welcome to discuss features that you want to see included in the library.