My Project
Namespaces | Functions
FakeQuantSupport.h File Reference
#include "mlir/Dialect/QuantOps/QuantTypes.h"
Include dependency graph for FakeQuantSupport.h:
This graph shows which files directly or indirectly include this file:

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)