summaryrefslogtreecommitdiffstats
path: root/mlir/test/Dialect/QuantOps
Commit message (Expand)AuthorAgeFilesLines
* Refactor QuantOps TypeParser to use the DialectAsmParser methods directly.River Riddle2019-11-012-25/+25
* Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle2019-10-241-1/+1
* Add `axis` attribute to the quant.stats opFeng Liu2019-10-032-7/+23
* Specalize f32->i8/u8 Quanitization with C++ native arithmetic to optimize per...Jing Pu2019-09-221-1/+1
* Quantize attribute values by per axis quantization parametersFeng Liu2019-09-191-0/+20
* Remove the constraint that min / max should stride zeroFeng Liu2019-09-102-27/+37
* Convert ConstFakeQuantPerAxis to qcast and dcast pairFeng Liu2019-09-101-0/+19
* Add quant.const_fake_quant_per_axis opFeng Liu2019-09-091-0/+15
* Add tests to verify 0.0 is quantized correctlyFeng Liu2019-08-292-0/+93
* Add an "is_signed" attribute to the quant_ConstFakeQuant opFeng Liu2019-07-191-1/+46
* Change the attribute dictionary syntax to separate name and value with '='.River Riddle2019-06-254-25/+25
* Modify the syntax of the the ElementsAttrs to print the type as a colon type.River Riddle2019-06-254-41/+41
* Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble2019-06-194-4/+4
* Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...River Riddle2019-06-192-12/+12
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-2010-0/+759
OpenPOWER on IntegriCloud