llvm-project/mlir/test/Quantization
Lei Zhang 76cb205326 [TableGen] Enforce constraints on attributes
Previously, attribute constraints are basically unused: we set true for almost
    anything. This CL refactors common attribute kinds and sets constraints on
    them properly. And fixed verification failures found by this change.

    A noticeable one is that certain TF ops' attributes are required to be 64-bit
    integer, but the corresponding TFLite ops expect 32-bit integer attributes.
    Added bitwidth converters to handle this difference.

--

PiperOrigin-RevId: 241944008
2019-04-05 07:40:50 -07:00
..
convert-const.mlir Initial release of the Quantization dialect 2019-04-03 19:20:12 -07:00
convert-fakequant-invalid.mlir [TableGen] Enforce constraints on attributes 2019-04-05 07:40:50 -07:00
convert-fakequant.mlir [TableGen] Enforce constraints on attributes 2019-04-05 07:40:50 -07:00
parse-uniform-invalid.mlir Rename UnknownType to OpaqueType (NFC) 2019-04-03 19:21:47 -07:00
parse-uniform.mlir Initial release of the Quantization dialect 2019-04-03 19:20:12 -07:00