llvm-project/mlir/test/Dialect/QuantOps
River Riddle e94a8bfca8 Refactor QuantOps TypeParser to use the DialectAsmParser methods directly.
This greatly simplifies the implementation and removes custom parser functionality. The necessary methods are added to the DialectAsmParser.

PiperOrigin-RevId: 278015983
2019-11-01 15:47:03 -07:00
..
canonicalize.mlir Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
convert-const.mlir Specalize f32->i8/u8 Quanitization with C++ native arithmetic to optimize performance. 2019-09-22 22:07:51 -07:00
convert-fakequant-invalid.mlir Remove the constraint that min / max should stride zero 2019-09-10 13:26:46 -07:00
convert-fakequant.mlir Remove the constraint that min / max should stride zero 2019-09-10 13:26:46 -07:00
parse-any-invalid.mlir Refactor QuantOps TypeParser to use the DialectAsmParser methods directly. 2019-11-01 15:47:03 -07:00
parse-any.mlir Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps. 2019-05-20 13:41:55 -07:00
parse-ops-invalid.mlir Add `axis` attribute to the quant.stats op 2019-10-03 20:29:08 -07:00
parse-ops.mlir Add `axis` attribute to the quant.stats op 2019-10-03 20:29:08 -07:00
parse-uniform-invalid.mlir Refactor QuantOps TypeParser to use the DialectAsmParser methods directly. 2019-11-01 15:47:03 -07:00
parse-uniform.mlir Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps. 2019-05-20 13:41:55 -07:00