summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/QuantOps/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Make helper functions static or move them into anonymous namespaces. NFC.Benjamin Kramer2020-01-141-2/+2
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-232-26/+8
* Fix typos, NFC.Christian Sigg2019-10-041-2/+2
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-132-2/+2
* Convert ConstFakeQuantPerAxis to qcast and dcast pairFeng Liu2019-09-101-24/+68
* [NFC] Rename ExpressedToUniformQuantizedType to ExpressedToQuantizedTypeFeng Liu2019-09-091-1/+1
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-172-2/+2
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-122-4/+5
* NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.River Riddle2019-08-092-2/+2
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-052-3/+2
* Add an "is_signed" attribute to the quant_ConstFakeQuant opFeng Liu2019-07-191-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-012-2/+2
* Simplify usages of SplatElementsAttr now that it inherits from DenseElementsA...River Riddle2019-06-191-2/+2
* Add a templated wrapper around RewritePattern that allows for defining ma...River Riddle2019-06-011-39/+25
* Update the rewrite methods of each of the DialectConversion patterns to n...River Riddle2019-05-201-1/+1
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-202-0/+249
OpenPOWER on IntegriCloud