Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp58 .castExpressedToStorageType(realFPElementsAttr.getType()) in convertDenseFPElementsAttr()
87 quantizedElementType.castExpressedToStorageType(realSparseAttr.getType()) in convertSparseElementsAttr()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h173 Type castExpressedToStorageType(Type candidateType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp106 unwrap(type).cast<quant::QuantizedType>().castExpressedToStorageType( in mlirQuantizedTypeCastExpressedToStorageType()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp208 Type QuantizedType::castExpressedToStorageType(Type candidateType) { in castExpressedToStorageType() function in QuantizedType