llvm-project/mlir/tools
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
..
mlir-cpu-runner Fix MacOS build 2019-04-01 11:00:30 -07:00
mlir-opt Add CMakeLists.txt for Quantization and FxpMathOps dialects (and misc fixes to build with OSS setup). 2019-04-03 19:22:05 -07:00
mlir-tblgen [TableGen] Enforce constraints on attributes 2019-04-05 07:40:50 -07:00
mlir-translate Update the Function and Module verifiers to return LogicalResult instead of bool. 2019-04-02 13:40:20 -07:00
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00