Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/Transforms/
DConvertConst.cpp65 if (!quantizedElementType.isCompatibleExpressedType( in matchAndRewrite()
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantOps.cpp55 return quantizedType.isCompatibleExpressedType(expressed); in isValidQuantizationSpec()
DQuantTypes.cpp84 bool QuantizedType::isCompatibleExpressedType(Type candidateExpressedType) { in isCompatibleExpressedType() function in QuantizedType
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h131 bool isCompatibleExpressedType(Type candidateExpressedType);