Home
last modified time | relevance | path

Searched refs:castFromExpressedType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp153 Type QuantizedType::castFromExpressedType(Type candidateType) { in castFromExpressedType() function in QuantizedType
209 Type expressedQuantizedType = castFromExpressedType(candidateType); in castExpressedToStorageType()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h160 Type castFromExpressedType(Type candidateType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp95 return wrap(unwrap(type).cast<quant::QuantizedType>().castFromExpressedType( in mlirQuantizedTypeCastFromExpressedType()