Home
last modified time | relevance | path

Searched defs:quantizedType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Dialect/Quant/
H A DQuantizationUtilsTest.cpp81 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
99 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
125 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
151 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantOps.cpp56 if (auto quantizedType = spec.dyn_cast<QuantizedType>()) in isValidQuantizationSpec() local
H A DQuantTypes.cpp126 Type QuantizedType::castToStorageType(Type quantizedType) { in castToStorageType()
181 Type QuantizedType::castToExpressedType(Type quantizedType) { in castToExpressedType()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Transforms/
H A DConvertSimQuant.cpp65 Type quantizedType = converter.convert(elementType); in failableRewrite() local
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DDialectQuant.cpp23 auto quantizedType = in populateDialectQuantSubmodule() local