Go to the source code of this file.
|
| UniformQuantizedType | mlir::quant::fakeQuantAttrsToType (Location loc, unsigned numBits, double rmin, double rmax, bool narrowRange, Type expressedType, bool isSigned=false) |
| | Converts per-layer FakeQuant attributes to the corresponding type. More...
|
| |
| UniformQuantizedPerAxisType | mlir::quant::fakeQuantAttrsToType (Location loc, unsigned numBits, int32_t quantizedDimension, ArrayRef< double > rmins, ArrayRef< double > rmax, bool narrowRange, Type expressedType, bool isSigned=false) |
| | Converts per-channel FakeQuant attributes to the corresponding type. More...
|
| |