summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/QuantOps/IR
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-2/+2
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-235-65/+20
* Refactor various canonicalization patterns as in-place folds.River Riddle2019-12-131-32/+12
* Add emitOptional(Error|Warning|Remark) functions to simplify emission with an...River Riddle2019-12-041-70/+29
* Refactor QuantOps TypeParser to use the DialectAsmParser methods directly.River Riddle2019-11-011-499/+143
* Remove the need for passing a location to parseAttribute/parseType.River Riddle2019-11-011-2/+2
* Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...River Riddle2019-11-011-7/+10
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* Fix typo in QuantizedType method namesKazuaki Ishizaki2019-10-092-6/+6
* Add `axis` attribute to the quant.stats opFeng Liu2019-10-031-0/+1
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-051-2/+1
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-252-12/+12
* Add a templated wrapper around RewritePattern that allows for defining ma...River Riddle2019-06-011-16/+11
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-201-22/+21
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-205-0/+1530
OpenPOWER on IntegriCloud