Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust License.txt file to use the LLVM license | Mehdi Amini | 2019-12-23 | 1 | -13/+4 |
| | | | | PiperOrigin-RevId: 286906740 | ||||
* | Start to introduce the "Quantizer" tool, which is responsible for ↵ | Stella Laurenzo | 2019-05-20 | 1 | -0/+108 |
transforming a computation expressed in floating point to one operating in terms of quantized types (where possible), either using quant-aware-training hints where available or post-training statistics. This is being integrated from an experimental side repository piece by piece over the course of several patches and will ultimately include full build support, documentation and e2e tests. -- PiperOrigin-RevId: 248259895 |