MLIR
20.0.0git
|
#include "mlir/IR/Attributes.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Dialect.h"
#include "mlir/IR/OpDefinition.h"
#include "mlir/IR/Types.h"
#include "llvm/Support/MathExtras.h"
Go to the source code of this file.
Classes | |
class | mlir::quant::QuantizedType |
Base class for all quantized types known to this dialect. More... | |
class | mlir::quant::AnyQuantizedType |
A quantized type that maps storage to/from expressed types in an unspecified way. More... | |
class | mlir::quant::UniformQuantizedType |
Represents a family of uniform, quantized types. More... | |
class | mlir::quant::UniformQuantizedPerAxisType |
Represents per-axis (also known as per-channel quantization). More... | |
class | mlir::quant::CalibratedQuantizedType |
A quantized type that infers its range from given min/max values. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::quant | |
mlir::quant::detail | |
mlir::quant::QuantizationFlags | |
Enumeration of bit-mapped flags related to quantized types. | |
Enumerations | |
enum | mlir::quant::QuantizationFlags::FlagValue { mlir::quant::QuantizationFlags::Signed = 1 } |