Home
last modified time | relevance | path

Searched refs:forInputType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() function in ExpressedToQuantizedConverter
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Transforms/
H A DConvertSimQuant.cpp51 auto converter = ExpressedToQuantizedConverter::forInputType(op.getType()); in failableRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DUniformSupport.h36 static ExpressedToQuantizedConverter forInputType(Type inputType);
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp275 quant::ExpressedToQuantizedConverter::forInputType(inputDType); in buildQTypeFromMinMax()