My Project
|
#include "mlir/Dialect/QuantOps/QuantTypes.h"
Go to the source code of this file.
Namespaces | |
mlir | |
mlir::quant | |
Functions | |
UniformQuantizedType | mlir::quant::fakeQuantAttrsToType (Location loc, unsigned numBits, double rmin, double rmax, bool narrowRange, Type expressedType, bool isSigned=false) |
UniformQuantizedPerAxisType | mlir::quant::fakeQuantAttrsToType (Location loc, unsigned numBits, int32_t quantizedDimension, ArrayRef< double > rmins, ArrayRef< double > rmax, bool narrowRange, Type expressedType, bool isSigned=false) |