Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp151 ShapedType candidateShapedType = candidateType.cast<ShapedType>(); in castFromExpressedType() local
152 if (candidateShapedType.getElementType() != getExpressedType()) { in castFromExpressedType()
158 return RankedTensorType::get(candidateShapedType.getShape(), *this); in castFromExpressedType()
164 return VectorType::get(candidateShapedType.getShape(), *this); in castFromExpressedType()