Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Quant/IR/
H A DQuantTypes.cpp159 ShapedType candidateShapedType = candidateType.cast<ShapedType>(); in castFromExpressedType() local
160 if (candidateShapedType.getElementType() != getExpressedType()) { in castFromExpressedType()
166 return RankedTensorType::get(candidateShapedType.getShape(), *this); in castFromExpressedType()
174 return VectorType::get(candidateShapedType.getShape(), *this); in castFromExpressedType()