Home
last modified time | relevance | path

Searched refs:isCompatibleExpressedType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/Transforms/
H A DConvertConst.cpp65 if (!quantizedElementType.isCompatibleExpressedType( in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantOps.cpp57 return quantizedType.isCompatibleExpressedType(expressed); in isValidQuantizationSpec()
H A DQuantTypes.cpp85 bool QuantizedType::isCompatibleExpressedType(Type candidateExpressedType) { in isCompatibleExpressedType() function in QuantizedType
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantTypes.h131 bool isCompatibleExpressedType(Type candidateExpressedType);
/llvm-project-15.0.7/mlir/lib/CAPI/Dialect/
H A DQuant.cpp74 return unwrap(type).cast<quant::QuantizedType>().isCompatibleExpressedType( in mlirQuantizedTypeIsCompatibleExpressedType()