Updated Home (markdown)

Jerry Zhang
2021-08-17 11:40:58 -07:00
parent 4cfaed4e6b
commit cc5fd8a3af

@ -83,6 +83,7 @@ New to PyTorch? Don't know where to start?
* [Introduction to Quantization](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization.rst)
* [Quantization Operation coverage](https://github.com/pytorch/pytorch/blob/master/docs/source/quantization-support.rst)
* [Implementing native quantized ops](https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/quantized/README.md)
* [Extend PyTorch Quantization to Custom Backends](https://github.com/pytorch/pytorch/wiki/Extending-PyTorch-Quantization-to-Custom-Backends)
### JIT/TorchScript
* [JIT Technical Overview](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/OVERVIEW.md)