Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Dialect/Quant/
DQuantizationUtilsTest.cpp81 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
99 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
124 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
149 auto quantizedType = getTestQuantizedType(convertedType, &ctx); in TEST() local
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantOps.cpp54 if (auto quantizedType = spec.dyn_cast<QuantizedType>()) in isValidQuantizationSpec() local
DQuantTypes.cpp122 Type QuantizedType::castToStorageType(Type quantizedType) { in castToStorageType()
171 Type QuantizedType::castToExpressedType(Type quantizedType) { in castToExpressedType()
/external/llvm-project/mlir/lib/Dialect/Quant/Transforms/
DConvertSimQuant.cpp65 Type quantizedType = converter.convert(elementType); in failableRewrite() local