summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Quantizer
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-114-26/+26
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-232-8/+8
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-2311-143/+44
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-223-9/+9
* 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-186-29/+25
* Fix minor spelling tweaks (NFC)Kazuaki Ishizaki2019-10-201-1/+1
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-2/+2
* Fix typos, NFC.Christian Sigg2019-10-041-1/+1
* Add `axis` attribute to the quant.stats opFeng Liu2019-10-031-3/+3
* NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.River Riddle2019-09-133-3/+5
* 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-175-6/+6
* Refactor ElementsAttr::getValue and DenseElementsAttr::getSplatValue.River Riddle2019-08-142-6/+4
* Express ownership transfer in PassManager API through std::unique_ptr (NFC)Mehdi Amini2019-08-123-6/+7
* NFC: Update usages of OwningRewritePatternList to pass by & instead of &&.River Riddle2019-08-091-1/+1
* NFC: Implement OwningRewritePatternList as a class instead of a using directive.River Riddle2019-08-051-6/+3
* NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.River Riddle2019-07-081-1/+1
* NFC: Refactor Function to be value typed.River Riddle2019-07-013-3/+3
* Internal changeJacques Pienaar2019-06-281-2/+1
* Update cmake depedency.Jacques Pienaar2019-06-271-0/+1
* Move the emitError/Warning/Remark utility methods out of MLIRContext and into...River Riddle2019-06-252-11/+8
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-092-4/+4
* Fix an msan warning for use of an uninitialized variable.River Riddle2019-06-011-1/+1
* Avoid dyn_cast to ShapedTypeGeoffrey Martin-Noble2019-06-011-3/+2
* Address some build warnings.Jacques Pienaar2019-06-013-10/+3
* Upstream the Quantizer tool (part 4).Stella Laurenzo2019-06-015-1/+554
* Upstream the Quantizer tool (part 3).Stella Laurenzo2019-05-202-0/+558
* 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
OpenPOWER on IntegriCloud