MLIR
20.0.0git
|
#include <utility>
#include "mlir/Dialect/Quant/IR/QuantTypes.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Types.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/APSInt.h"
Go to the source code of this file.
Classes | |
struct | mlir::quant::ExpressedToQuantizedConverter |
Performs type conversion from an arbitrary input type to a type that is expressed by a QuantizedType. More... | |
class | mlir::quant::UniformQuantizedValueConverter |
Reference implementation of converting between real numbers and values represented by a UniformQuantizedType. More... | |
class | mlir::quant::UniformQuantizedPerAxisValueConverter |
An utility class to quantize an attribute by the per-axis quantization parameters. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::quant | |