summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Quantizer/Support/Configuration.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
| | | | PiperOrigin-RevId: 286906740
* Address some build warnings.Jacques Pienaar2019-06-011-2/+1
| | | | | | -- PiperOrigin-RevId: 249986120
* Upstreaming Quantizer tool (part 2).Stella Laurenzo2019-05-201-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
OpenPOWER on IntegriCloud