Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2398 auto inputVectorType = getInputVectorType(); in verify() local
2406 if (inputVectorType.getRank() != inputShapeRank + numFixedVectorSizes) in verify()
2407 return emitError("invalid input shape for vector type ") << inputVectorType; in verify()
2415 unsigned inputVectorRank = inputVectorType.getRank(); in verify()
2418 if (fixedVectorSizes[i] != inputVectorType.getShape()[index]) in verify()