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 | ||||
* | Address some build warnings. | Jacques Pienaar | 2019-06-01 | 1 | -2/+1 |
| | | | | | | -- PiperOrigin-RevId: 249986120 | ||||
* | Upstreaming Quantizer tool (part 2). | Stella Laurenzo | 2019-05-20 | 1 | -0/+49 |
This adds some additional core types and utilities, notably the constraint analysis graph (CAG) structures, associated metadata and configuration policy object base class. The CAG is not particularly memory efficient as it stands now. I had started some work to turn it into a form that could be better managed by a bump pointer allocator but abandoned that for now in favor of having something that does semantically what I was going for as a starting point. -- PiperOrigin-RevId: 248413133 |