llvm-project/mlir
Tei Jeong 94e4ec6499 Add CalibratedQuantizedType to quant dialect
This type supports a calibrated type with min, max provided.

This will be used for importing calibration values of intermediate tensors (e.g. LSTM) which can't be imported with QuantStats op.

This type was initially suggested in the following RFC: https://llvm.discourse.group/t/rfc-a-proposal-for-implementing-quantization-transformations-in-mlir/655

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D91584
2020-11-17 22:14:54 -08:00
..
cmake/modules [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
docs [MLIR][SPIRV] Rename `spv._address_of` to `spv.mlir.addressof` 2020-11-17 12:12:27 -05:00
examples [mlir][NFC] Remove references to Module.h and Function.h 2020-11-17 00:55:47 -08:00
include Add CalibratedQuantizedType to quant dialect 2020-11-17 22:14:54 -08:00
integration_test [MLIR] Fix up integration tests after b7382ed3fe 2020-11-17 15:42:45 +01:00
lib Add CalibratedQuantizedType to quant dialect 2020-11-17 22:14:54 -08:00
test Add CalibratedQuantizedType to quant dialect 2020-11-17 22:14:54 -08:00
tools [mlir] [sparse] start of sparse tensor compiler support 2020-11-17 13:10:42 -08:00
unittests [mlir][NFC] Remove references to Module.h and Function.h 2020-11-17 00:55:47 -08:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.