Home
last modified time | relevance | path

Searched refs:candidateExpressedType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp84 bool QuantizedType::isCompatibleExpressedType(Type candidateExpressedType) { in isCompatibleExpressedType() argument
85 if (candidateExpressedType.isa<ShapedType>()) { in isCompatibleExpressedType()
86 return candidateExpressedType.cast<ShapedType>().getElementType() == in isCompatibleExpressedType()
89 return candidateExpressedType == getExpressedType(); in isCompatibleExpressedType()
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h131 bool isCompatibleExpressedType(Type candidateExpressedType);