Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h165 static Type castToExpressedType(Type quantizedType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp100 return wrap(quant::QuantizedType::castToExpressedType(unwrap(type))); in mlirQuantizedTypeCastToExpressedType()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp181 Type QuantizedType::castToExpressedType(Type quantizedType) { in castToExpressedType() function in QuantizedType