summaryrefslogtreecommitdiff
path: root/mlir/lib/Quantizer/Support
Commit message (Expand)AuthorAgeFilesLines
* Remove FxpMathOps dialect and Quantizer tool.Stella Laurenzo2020-04-077-866/+0
* [mlir][NFC] Rename QuantOps to QuantRob Suderman2020-03-171-1/+1
* [mlir][quantizer] Add gathering of per-axis statistics in quantizer.Dmitry Murygin2020-02-081-7/+113
* Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini2020-01-267-7/+7
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-237-91/+28
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-1/+1
* NFC: Cleanup non-conforming usages of namespaces.River Riddle2019-12-182-16/+7
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-185-27/+23
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-2/+2
* Refactor ElementsAttr::getValue and DenseElementsAttr::getSplatValue.River Riddle2019-08-141-4/+2
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-251-8/+6
* Fix an msan warning for use of an uninitialized variable.River Riddle2019-06-011-1/+1
* Address some build warnings.Jacques Pienaar2019-06-012-4/+3
* Upstream the Quantizer tool (part 4).Stella Laurenzo2019-06-011-1/+1
* Upstream the Quantizer tool (part 3).Stella Laurenzo2019-05-201-0/+269
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-202-8/+8
* Upstreaming Quantizer tool (part 2).Stella Laurenzo2019-05-204-0/+303
* Start to introduce the "Quantizer" tool, which is responsible for transfo...Stella Laurenzo2019-05-202-0/+269