Investigate adding support for hybrid quantization (`int8` weights, `float32` biases & activations). **Resources:** * [PyTorch Quantization Support](https://pytorch.org/docs/stable/quantization.html) * [Introduction to PyTorch Quantization](https://pytorch.org/blog/introduction-to-quantization-on-pytorch/)
Investigate adding support for hybrid quantization (
int8weights,float32biases & activations).Resources: