Add an "any" quantized type, which contains the underlying type correlation but...
authorStella Laurenzo <laurenzo@google.com>
Tue, 30 Apr 2019 00:05:05 +0000 (17:05 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 6 May 2019 15:21:42 +0000 (08:21 -0700)
commit9ecf6887d6e488da2ec80aad31dbd96704bdf81d
treeeebf85482031a59a6c1111552acb8d568eddf3e0
parent9fd19578521eabfc5b8c037d06449233f9c8c59d
Add an "any" quantized type, which contains the underlying type correlation but does not specify any mapping.

    Also fixes some comments that were stale after the last syntax upgrade.

--

PiperOrigin-RevId: 245853462
mlir/include/mlir/Quantization/QuantTypes.h
mlir/lib/Quantization/IR/QuantOps.cpp
mlir/lib/Quantization/IR/QuantTypes.cpp
mlir/lib/Quantization/IR/TypeDetail.h
mlir/lib/Quantization/IR/TypeParser.cpp
mlir/test/Quantization/parse-any-invalid.mlir [new file with mode: 0644]
mlir/test/Quantization/parse-any.mlir [new file with mode: 0644]