llvm-project/mlir/test/Dialect/Quant
River Riddle 4f21152af1 [mlir] Tighten verification of SparseElementsAttr
SparseElementsAttr currently does not perform any verfication on construction, with the only verification existing within the parser. This revision moves the parser verification to SparseElementsAttr, and also adds additional verification for when a sparse index is not valid.

Differential Revision: https://reviews.llvm.org/D109189
2021-09-21 01:57:42 +00:00
..
canonicalize.mlir [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
convert-const.mlir [mlir] Tighten verification of SparseElementsAttr 2021-09-21 01:57:42 +00:00
convert-fakequant-invalid.mlir
convert-fakequant.mlir Enable FileCheck -enable-var-scope by default in MLIR test 2020-06-12 00:43:09 +00:00
parse-any-invalid.mlir [AsmParser] Fix support for zero bit integer types. 2020-12-12 21:24:18 -08:00
parse-any.mlir
parse-calibrated-invalid.mlir Add CalibratedQuantizedType to quant dialect 2020-11-17 22:14:54 -08:00
parse-calibrated.mlir Fix CalibratedQuantizedType's print function to match parser 2020-11-24 09:35:35 -08:00
parse-ops-invalid.mlir
parse-ops.mlir
parse-uniform-invalid.mlir [AsmParser] Fix support for zero bit integer types. 2020-12-12 21:24:18 -08:00
parse-uniform.mlir [mlir][IR] Support parsing hex float values in the DialectSymbolParser 2021-03-17 13:52:32 -07:00
quant_region.mlir